Пример #1
0
 public override void UpdateBeforeSimulation()
 {
     Notifications.UpdateBeforeSimulation();
     Chat.Update();
     WorldBorderChecker.Update();
     base.UpdateBeforeSimulation();
 }