Exemple #1
0
        public void botStart(string bot)
        {
            IBotManager manager = World.RequestModuleInterface <IBotManager>();

            if (manager != null)
            {
                manager.EnableAutoMove(UUID.Parse(bot));
            }
        }