コード例 #1
0
 /// <summary>
 /// This will be run before the game starts
 /// </summary>
 public void Setup(GameState state)
 {
     _pathFinder = new Pathfinder(state.board);
     ParseMap(state);
     Console.WriteLine("RAWR's - C# - RAWRBot v.1.1");
 }