Files
NobetaSource/Interop/Assembly-CSharp/SaveDataResult.cs
2023-09-06 22:19:13 +02:00

15 lines
270 B
C#

using System;
// Token: 0x0200016E RID: 366
public enum SaveDataResult
{
// Token: 0x04002CF4 RID: 11508
FileCreated,
// Token: 0x04002CF5 RID: 11509
FileLoaded,
// Token: 0x04002CF6 RID: 11510
FileCorrupted,
// Token: 0x04002CF7 RID: 11511
NotEnoughSpace
}