using UnityEngine; namespace stupid.solutions.Utils; public struct RendererStruct { public EDecalTextureType DecalType; public Renderer[] Renderers; }