Files
PURErat-crack-scode/decompiled/PanelPlugins/PureHelper.Client/ProtoBuf/ProtoIgnoreAttribute.cs
T
2026-08-27 10:56:38 -06:00

9 lines
196 B
C#

using System;
namespace ProtoBuf;
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class ProtoIgnoreAttribute : Attribute
{
}