mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-23 09:45:06 +01:00
Implement character emblem locking/reforging
This commit is contained in:
@@ -19,6 +19,10 @@ public class CharacterGemPreset {
|
||||
this.gems = new int[] {-1, -1, -1};
|
||||
}
|
||||
|
||||
public void setName(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public int getLength() {
|
||||
return this.getGems().length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user