Advertisement
Guest User

twitch

a guest
Dec 8th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. class Streamer {
  2.     public:
  3.         explicit Streamer(std::string const & name = "Alexander",
  4.             uint16_t birthYear = 1992, City city = City::SaintPetersburg,
  5.                 GameType type = GameType::Any) {
  6.             initChannelDescription();
  7.             initChat();
  8.             initDonateService();
  9.         }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement