Files
2025-05-15 15:37:45 +08:00

11 lines
260 B
C#

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