GiveGoldDataSchema constructor
GiveGoldDataSchema({
- required CooldownSchema cooldown,
- required int quantity,
- required CharacterSchema receiverCharacter,
- required CharacterSchema character,
Returns a new GiveGoldDataSchema instance.
Implementation
GiveGoldDataSchema({
required this.cooldown,
required this.quantity,
required this.receiverCharacter,
required this.character,
});