예제 #1
0
 internal void UpdateWorld()
 {
     if (Utils.IsServer())
     {
         ActionManager.Update();
     }
 }
예제 #2
0
 public void UpdateWorld()
 {
     ActionManager.Update();
 }