示例#1
0
文件: Bot_API.cs 项目: kow/Aurora-Sim
        public void botStop(string bot)
        {
            IBotManager manager = World.RequestModuleInterface <IBotManager>();

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