Example #1
0
 public static void EndUpdate(Character player = null)
 {
     callDepth--;
     if (player != null && callDepth == 0)
     {
         player.CompletingExpressionEvaluation();
     }
 }