Exemple #1
0
 public Hud(Table table)
 {
     this.table = table;
     this.settings = new HudUserSettings();
     this.windowsList = new HudWindowsList();
     this.visible = true;
 }
Exemple #2
0
 public Hud(Table table)
 {
     this.table       = table;
     this.settings    = new HudUserSettings();
     this.windowsList = new HudWindowsList();
     this.visible     = true;
 }