using System; using UnityEngine; // VolFx © NullTale - https://x.com/NullTale namespace VolFx.Tools { [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public class SocIgnoreAttribute : PropertyAttribute { } }