재화타입 번호수정
This commit is contained in:
@@ -7,9 +7,9 @@ public enum ECurrencyType implements ValueEnum {
|
|||||||
None(0),
|
None(0),
|
||||||
Gold(1),
|
Gold(1),
|
||||||
Sapphire(2),
|
Sapphire(2),
|
||||||
Calium(4),
|
Calium(3),
|
||||||
Beam(5),
|
Beam(4),
|
||||||
Ruby(6),
|
Ruby(5),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final int value;
|
private final int value;
|
||||||
|
|||||||
Reference in New Issue
Block a user