13 lines
250 B
C#
13 lines
250 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Valve.Newtonsoft.Json.Serialization
|
|
{
|
|
// Token: 0x020000A1 RID: 161
|
|
[Token(Token = "0x20000A1")]
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public sealed class OnErrorAttribute : Attribute
|
|
{
|
|
}
|
|
}
|