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