예제 #1
0
 public Network(GameInformationHandler gameInformationHandler, Graphics networkGraphGraphics)
 {
     _gameInformationHandler = gameInformationHandler;
     _networkGraphGraphics   = networkGraphGraphics;
     Generation        = 1;
     Species           = new List <Specie>();
     CurrentFrame      = 0;
     Timeout           = Config.Timeout;
     RightmostPosition = 0;
 }
예제 #2
0
 public CustomMainForm()
 {
     gameInformationHandler = new GameInformationHandler();
 }