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