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