hch
2026-02-02 bf92beebdc3259ad6bab75c3ef87d09239239dc1
1
2
3
4
5
6
7
 
 
public enum BattleType
{
    MainLevelMobs = 1,    //主线小怪
    MainLevelBoss = 2,    //主线boss
}