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:
fe7029d25c
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
game
/
activity
/
role
/ CampEnum.cs
小李xl
on 26 Jun 2023
132 bytes
移速道具
Raw
Blame
History
public
enum
CampEnum
{
// 阵营1, 玩家
Camp1
,
// 阵营2, 敌人
Camp2
,
// 阵营3, 中立单位
Camp3
}