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