Пример #1
0
 public void Init(BattleEngine.Game game)
 {
     this.game = game;
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     this.battle_form = new BattleForm(this.game);
     this.game.BattleGui = this;
 }
Пример #2
0
 public void Init(BattleEngine.Game game)
 {
     this.game = game;
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     this.battle_form    = new BattleForm(this.game);
     this.game.BattleGui = this;
 }
Пример #3
0
 public BattleForm(BattleEngine.Game game)
 {
     InitializeComponent();
     this.game = game;
     this.game.Console = this;
 }
Пример #4
0
 public BattleForm(BattleEngine.Game game)
 {
     InitializeComponent();
     this.game         = game;
     this.game.Console = this;
 }