Esempio n. 1
0
 /// <summary>
 /// 设置玩家方向
 /// </summary>
 public void SetPlayerDir(Vector2 dir)
 {
     battleMgr.SetSelfPlayerRot(dir);
 }