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:
30
VaultGameConfig.cs
Normal file
30
VaultGameConfig.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace vaultgamesesh
|
||||
{
|
||||
// Token: 0x02000002 RID: 2
|
||||
internal sealed class c000004
|
||||
{
|
||||
public static string m000007()
|
||||
{
|
||||
string text = "SaveData\\" + "Rooms\\";
|
||||
bool flag = !Directory.Exists(text);
|
||||
bool flag2 = flag;
|
||||
if (flag2)
|
||||
{
|
||||
Directory.CreateDirectory(text);
|
||||
}
|
||||
return text;
|
||||
}
|
||||
// Token: 0x04000001 RID: 1
|
||||
public static ulong f000001 = 0UL;
|
||||
|
||||
// Token: 0x04000002 RID: 2
|
||||
public static string f000002 = "us";
|
||||
|
||||
// Token: 0x04000003 RID: 3
|
||||
public static string f000003 = "OpenRec_v0.6.0";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user