dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
结算页面挨个弹出
wangguan
2020-11-03
34b53862d2ddeb115cc13a0fab02cf18d5dcb611
[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
}
}