EFTCheatPVE/stoopid.raw/stupid.solutions.Utils/RendererStruct.cs

10 lines
156 B
C#

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