コード例 #1
0
ファイル: BaseAIController.cs プロジェクト: hdmmY/JI-Game
 protected virtual void Update()
 {
     if (_currentEnemyAI != null)
     {
         _currentEnemyAI.UpdateState(_enemyProperty);
     }
 }