mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 21:25:51 +00:00
24 lines
314 B
C#
24 lines
314 B
C#
using System;
|
|
using Newtonsoft.Json;
|
|
|
|
namespace api
|
|
{
|
|
// Token: 0x02000081 RID: 129
|
|
public class Sanitize
|
|
{
|
|
public static Sanitize.m001 GetSanitize()
|
|
{
|
|
return new m001
|
|
{
|
|
IsPure = true
|
|
};
|
|
}
|
|
|
|
public sealed class m001
|
|
{
|
|
public bool IsPure { get; set; }
|
|
}
|
|
|
|
}
|
|
}
|