using System; using SLSFramework.General; using SLSFramework.General.LeanPoolAssistance; using UnityEngine; namespace Continentis.MainGame { public class VisualEffectBase : PooledObject { private void Awake() { //GetComponentsInChildren().For(rend => rend.sortingOrder = 200); } } }