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