lcy
3 天以前 247c64258e0102a1028199f14866a1fd1c1a205f
1
2
3
4
5
6
7
 
 
public enum BattleType
{
    MainLevelMobs = 1,    //主线小怪
    MainLevelBoss = 2,    //主线boss
}