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