Example #1
0
 public VoteCommand(BarebonesGame game)
 {
     this.game = game;
 }
Example #2
0
 public AddCommand(BarebonesGame game)
 {
     this.game = game;
 }
Example #3
0
 public KillCommand(BarebonesGame game)
 {
     this.game = game;
 }
Example #4
0
 public VoiceCommand(BarebonesGame game, bool state)
 {
     this.game = game;
     this.state = state;
 }