Exemplo n.º 1
0
 public void AddGameState(NetworkedGameState gameState)
 {
     ListExtensions.AppendWithMaxLength(cachedSentGameStates, gameState, maxCachedSentGameStates);
 }