Fibonacci- / CardSeller

Mod for TCG Card Shop Simulator by OP Neon Games
0 stars 0 forks source link

Feature: Add other card sets #1

Open Fibonacci- opened 4 hours ago

Fibonacci- commented 4 hours ago

Add config toggles to enable selling by card set:

Ref card game shop - ensure CardData object isn't used to represent non-Card Items

Fibonacci- commented 4 hours ago

Refactor PatchIt.cs w/ method to pull all cards matching filters, sort once(!), then fill available compartments with the resulting list. Do work off main thread if possible.