Example #1
0
 public GameBase(RichTextBoxScroll textBox)
 {
     this._chatlog         = new Chatlog(textBox);
     this._player          = new Player();
     this._battleSimulator = new BattleSimulator(this);
 }
Example #2
0
 public Chatlog(RichTextBoxScroll textBox)
 {
     this._textBox = textBox;
 }