dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.木属性小怪一次要出两个 2.buff加上 3.宝箱图片显示不对 4.钻石道具5个为一组,占一个item 6.合成特效改为对应的上阵的特效,原合成特...
chenxin
2020-10-29
0168c551302706b306e0c71a87ac1a9140b4f51d
[GemBattle.git]
/
Assets
/
Scripts
/
TowerDefense
/
Level
/
LevelState.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace TowerDefense.Level
{
/// <summary>
/// An enum to represent the different level states
/// </summary>
public enum LevelState
{
Intro,
Building,
SpawningEnemies,
AllEnemiesSpawned,
Lose,
Win
}
}