Пример #1
0
 public HSStateNoBets(TwitchHearthstone controller)
     : base(controller)
 {
 }
 public HSStateAcceptingBets(TwitchHearthstone controller)
     : base(controller)
 {
     AddCommand(controller.room, "bettowin", BetToWin, "Places a bet that the streamer will win.", null, false, null, false);
     AddCommand(controller.room, "bettolose", BetToLose, "Places a bet that the streamer will lose.", null, false, null, false);
 }