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:
f095c7853a
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
game
/
role
/ CampEnum.cs
小李xl
on 5 Nov 2022
132 bytes
添加敌人对象, 目前还没有任何逻辑
Raw
Blame
History
public
enum
CampEnum
{
// 阵营1, 玩家
Camp1
,
// 阵营2, 敌人
Camp2
,
// 阵营3, 中立单位
Camp3
}