예제 #1
0
 public void CompleteCurrentAIPrayer()
 {
     if (currentAI != null)
     {
         currentAI.madePrayer = true;
         currentAI.CompletedPrayer();
     }
 }