yyl
2025-11-05 170e8516ae6d6082b94a762e06c491fddfe7fd0f
1
2
3
4
5
6
7
8
9
10
 
 
public enum BattleMode
{
    Hand,//手动战斗
    Auto,//自动战斗
    Record,//战报
 
    Stop,   //暂停模式
}