Пример #1
0
        void Reset()
        {
            ModeID modeID = MalbersTools.GetInstance <ModeID>("Attack1");

            animal = GetComponent <MAnimal>();
            animal?.CalculateHeight();

            if (modeID != null)
            {
                this.ModeID = modeID;
            }
        }