Add source files

This commit is contained in:
2025-05-21 20:19:45 +02:00
parent 0f2a242b30
commit 71163fc589
284 changed files with 272526 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
using System;
using UnityEngine;
// Token: 0x02000090 RID: 144
public class SaveKeeper : MonoBehaviour
{
// Token: 0x04001683 RID: 5763
public bool loadInGame;
// Token: 0x04001684 RID: 5764
public string openBook;
// Token: 0x04001685 RID: 5765
public string saveFromEditor;
}