feat(游戏配置): 在CardType枚举中添加Buff类型

This commit is contained in:
walkpan
2026-01-16 19:28:46 +08:00
parent 5af936d9b3
commit f4517910ab

View File

@@ -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 {