mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 14:00:02 +00:00
提交
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
//角色动画名称枚举
|
||||
export enum GPetAminEnum {
|
||||
Wait = "std", //等待
|
||||
Walk = "walk", //移动
|
||||
Attack = "atk", //攻击
|
||||
Fly = "jifei", //击飞
|
||||
}
|
||||
Reference in New Issue
Block a user