コード例 #1
0
ファイル: AIManager.cs プロジェクト: Bradyirv/UnityJam2020
 public void CompleteCurrentAIPrayer()
 {
     if (currentAI != null)
     {
         currentAI.madePrayer = true;
         currentAI.CompletedPrayer();
     }
 }