Ejemplo n.º 1
0
 public Bot()
 {
     SrvManager = new Services.ServiceManager(this, "services.dat");
     Commands.Structure.CommandAllocator.AllocateShared(SharedManager);
 }
Ejemplo n.º 2
0
        public static void AllocateStartupServices(Bot bot, List <Service> l, ServiceManager man)
        {
            WonderboyzService s = new WonderboyzService(bot);

            AllocateStartupService(l, s, man);
        }