예제 #1
0
        public void llDeleteCharacter()
        {
            IBotManager botManager = World.RequestModuleInterface <IBotManager>();

            if (botManager != null)
            {
                botManager.RemoveCharacter(m_host.ParentEntity.UUID);
            }
        }