Exemple #1
0
 public InstanceStartedEventArgs(CommandLine commandLine, bool gameStarted)
 {
     CommandLine = commandLine;
     GameStarted = gameStarted;
 }