This commit is contained in:
aozhiwei 2024-09-05 16:08:17 +08:00
parent e5e2430047
commit 638961c5ed

View File

@ -6,7 +6,8 @@ enum AbilitySourceType_e
{ {
kAstNone, kAstNone,
kAstChip, kAstChip,
kAstOther kAstOther,
kAstEnd,
}; };
class Ability class Ability