SrcMod/SrcMod/Valve.NET/Vkv/ObjectModels/VkvIgnoreAttribute.cs

5 lines
196 B
C#

namespace Valve.Vkv.ObjectModels;
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class VkvIgnoreAttribute : Attribute { }