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