コード例 #1
0
ファイル: ServerPlayerManager.cs プロジェクト: m969/CSEngine
 public bool EnableAntilag(ServerPlayer forPlayer)
 {
     return(_antilagSystem.TryApplyAntilag(_players, _serverLogic.Tick, forPlayer.AssociatedPeer.Id));
 }