Add !character command

This commit is contained in:
Melledy
2025-11-17 07:25:18 -08:00
parent 7c95448e4e
commit 334c8dc12e
10 changed files with 206 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ public class CharacterGemPreset {
}
public CharacterGemPreset(Character character) {
public CharacterGemPreset(GameCharacter character) {
this.gems = new int[] {-1, -1, -1};
}