mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
september 27th 2018 support
This commit is contained in:
23
Sanitize.cs
Normal file
23
Sanitize.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
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; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user