Esempio n. 1
0
        void OnDestroy()
        {
            var mindSys = Indexed.GetSingleOrDefault <IMindSystem>();

            if (mindSys != null)
            {
                mindSys.Remove(this);
            }
        }