C# Class SnakeBattleNet.Core.Replay

Datei anzeigen Open project: FoC-/SnakeBattle.Net Class Usage Examples

Public Methods

Method Description
Replay ( int randomSeed ) : System.Collections.Generic
SaveFighter ( int round, Fighter fighter ) : void

Method Details

Replay() public method

public Replay ( int randomSeed ) : System.Collections.Generic
randomSeed int
return System.Collections.Generic

SaveFighter() public method

public SaveFighter ( int round, Fighter fighter ) : void
round int
fighter Fighter
return void