feat(游戏配置): 在CardType枚举中添加Buff类型
This commit is contained in:
@@ -27,7 +27,8 @@ export enum CardType {
|
|||||||
Skill = 2,
|
Skill = 2,
|
||||||
Potion = 3,
|
Potion = 3,
|
||||||
Partner = 4,
|
Partner = 4,
|
||||||
Attr = 5
|
Attr = 5,
|
||||||
|
Buff = 6,
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum CardKind {
|
export enum CardKind {
|
||||||
|
|||||||
Reference in New Issue
Block a user