GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
DungeonShooting
Transfer to URL with SHA
Find file
Newer
Older
tree:
6b332f37d6
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
game
/
role
/
state
/ StateEnum.cs
lijincheng
on 11 Nov 2022
81 bytes
添加Role状态控制器
Raw
Blame
History
public enum StateEnum { None = 0, Idle = 1, Run = 2, Move = 3, }