lcy
2 天以前 ca577b96e0022e0ddaa8e106e147e53d8166df1c
1
2
3
4
5
6
7
8
9
10
 
 
public enum BattleMode
{
    Hand,//手动战斗
    Auto,//自动战斗
    Record,//战报
 
    Stop,   //暂停模式
}