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:
384ceea22f
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
game
/
activity
/
role
/ FaceDirection.cs
小李xl
on 26 Jun 2023
105 bytes
移速道具
Raw
Blame
History
/// <summary>
/// 脸的朝向
/// </summary>
public
enum
FaceDirection
{
Left
=
-
1
,
Right
=
1
,
}