예제 #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));
            }
        }