hch
2025-10-31 b078c0213af49ca126c0fe0af133c5f6dd9f6544
1
2
3
4
5
6
7
 
 
public enum BattleType
{
    MainLevelMobs = 1,    //主线小怪
    MainLevelBoss = 2,    //主线boss
}