示例#1
0
 /// <summary>
 /// 设置玩家移动
 /// </summary>
 public void SetPlayerMove(Vector2 distance)
 {
     battleMgr.SetSelfPlayerMove(distance);
 }