Exemplo n.º 1
0
 public Profile(RPService rPService)
 {
     _rp = rPService;
 }
Exemplo n.º 2
0
 public BaseRPModule(RPService rPService, Random random, DiscordShardedClient discordShardedClient)
 {
     _discord = discordShardedClient;
     _rp      = rPService;
     _random  = random;
 }