// Constructor(s)
 internal DebugGameState(DebugArgs args)
 {
     // Copy args
     _args = new DebugArgs(args);
 }
Exemple #2
0
 public DebugArgs(DebugArgs args)
 {
     Activated     = args.Activated;
     DebugFontPath = args.DebugFontPath;
 }