Beispiel #1
0
 public bool EnableAntilag(ServerPlayer forPlayer)
 {
     return(_antilagSystem.TryApplyAntilag(_players, _serverLogic.Tick, forPlayer.AssociatedPeer.Id));
 }