Ejemplo n.º 1
0
        // ---- UTILITIES ----

        protected virtual void LoadControllers()
        {
            // Load all utilities here

            OrientationController.Load(this);
            EquipmentSlots.Load(this);

            Render          = GetComponentInChildren <EntityRenderer>();
            FlippableSprite = GetComponentInChildren <FlippableSprite>();
        }