dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
木属性小怪
wangguan
2020-10-31
5be723ed15a279ffce02aece4bacc155a2530d5c
[GemBattle.git]
/
Assets
/
Scripts
/
Enum
/
EndlessBossActionState.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
* 无尽模式boss动作状态
* @Author: chenxin
* @Date: 2020-10-30 16:56:20
*/
namespace KTGMGemClient
{
public enum EndlessBossActionState
{
// 站立
Standing,
// 召唤法阵
Summon,
// 死亡
Death
}
}