MADH95 / JSONLoader

Plugin to add cards to Inscryption using JSON files
13 stars 12 forks source link

Added unlockLevel support for starter decks #27

Closed LilyBwossom closed 2 years ago

MADH95 commented 2 years ago

your unlockLevel variable isn't nullable so the null coallessing operator isn't necessary, a default int is always 0

LilyBwossom commented 2 years ago

oh yeah, i forgot about that