hch
2025-10-17 64a354d806f46c366f69680f9c321ed6024e0c60
1
2
3
4
5
6
7
8
9
10
 
 
public enum BattleMode
{
    Hand,//手动战斗
    Auto,//自动战斗
    Record,//战报
 
    Stop,   //暂停模式
}