-
Notifications
You must be signed in to change notification settings - Fork 20
CustomCard Prefab Support #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Currently only supports custom stats for Block, Gun, GunAmmo, CharacterStatModifiers, and Player, as they're the only ones with a built in method to reset stats.
By Calling awake, we setup any information done in `SetupCard` to restrict access to a card, such as setting card categories or setting allow multiple to false.
|
Please submit a summary of the motivations for this PR |
|
Currently if you try to register a prefab that lacks the necessary components, it will throw an error. Similarly, it will also throw errors when picked if the This change allows users to use |
Get Or Add CardInfo