10 lines
156 B
C#
10 lines
156 B
C#
using UnityEngine;
|
|
|
|
namespace stupid.solutions.Utils;
|
|
|
|
public struct RendererStruct
|
|
{
|
|
public EDecalTextureType DecalType;
|
|
|
|
public Renderer[] Renderers;
|
|
}
|