SandboxGiveGoldDataSchema constructor

SandboxGiveGoldDataSchema({
  1. required CooldownSchema cooldown,
  2. required int quantity,
  3. required CharacterSchema character,
})

Returns a new SandboxGiveGoldDataSchema instance.

Implementation

SandboxGiveGoldDataSchema({
  required this.cooldown,
  required this.quantity,
  required this.character,
});