SandboxGiveItemDataSchema constructor
SandboxGiveItemDataSchema({
- required CooldownSchema cooldown,
- required SimpleItemSchema item,
- required CharacterSchema character,
Returns a new SandboxGiveItemDataSchema instance.
Implementation
SandboxGiveItemDataSchema({
required this.cooldown,
required this.item,
required this.character,
});