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