예제 #1
0
 public PmBot(PmConfig config, PmDiscordClient client, LoggingService log, StorageService storage,
              GameService games, InputService input, PmCommandService commands, SchedulingService schedule)
 {
     Config        = config;
     this.client   = client;
     this.log      = log;
     this.storage  = storage;
     this.games    = games;
     this.input    = input;
     this.commands = commands;
     this.schedule = schedule;
 }
예제 #2
0
            }                       // Used in serialization

            public UnoPlayer(IUser user, PmDiscordClient client)
            {
                id          = user.Id;
                this.user   = user;
                this.client = client;
            }