SandboxGiveXPDataSchema constructor
SandboxGiveXPDataSchema({
- required CooldownSchema cooldown,
- required XPType type,
- required int amount,
- required CharacterSchema character,
Returns a new SandboxGiveXPDataSchema instance.
Implementation
SandboxGiveXPDataSchema({
required this.cooldown,
required this.type,
required this.amount,
required this.character,
});