Files
SoulliesOfficial ad4948207e 推进度!
2025-11-25 21:49:03 -05:00

15 lines
329 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace SpriteShadersUltimate
{
[DisallowMultipleComponent()]
public class InstancerSSU : MonoBehaviour
{
//To prevent multiple components of subtypes.
[HideInInspector]
public Material runtimeMaterial;
}
}