11 lines
260 B
C#
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
|
|
{
|
|
}
|
|
} |