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