コード例 #1
0
ファイル: EnemyController.cs プロジェクト: Lunastryke/Glory
 protected void FacePlayer()
 {
     enemyAnimator.FaceTarget(distToPlayerX);
 }