家族宝箱临时改为1 3 5
This commit is contained in:
parent
97a2ec07b6
commit
c841923919
@ -8,9 +8,9 @@ import lombok.Getter;
|
||||
@Getter
|
||||
public enum FamilyBoxConfigEnum {
|
||||
|
||||
LEVEL_1(1, 5, 50, "宝箱1"),
|
||||
LEVEL_2(2, 10, 50, "宝箱2"),
|
||||
LEVEL_3(3, 20, 100, "宝箱3");
|
||||
LEVEL_1(1, 1, 50, "宝箱1"),
|
||||
LEVEL_2(2, 3, 50, "宝箱2"),
|
||||
LEVEL_3(3, 5, 100, "宝箱3");
|
||||
|
||||
/**
|
||||
* 等级.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user