Example #1
0
 public GoblinKing(ChallengeGame game) : base(game)
 {
     this._game = game;
 }
Example #2
0
 public Goblin(ChallengeGame game)
 {
     this._game = game;
 }