Ejemplo n.º 1
0
 public void ParseLog()
 {
     if (!srReadFile.EndOfStream)
     {
         currentCommand = srReadFile.ReadLine();
         currentString  = currentCommand.Split();
     }
     else
     {
         game.Exit();
     }
 }
Ejemplo n.º 2
0
 public void Execute(Game1 game)
 {
     game.Exit();
 }