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