Add v1.0.3.1
This commit is contained in:
14
Interop/Assembly-CSharp/SaveDataResult.cs
Normal file
14
Interop/Assembly-CSharp/SaveDataResult.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
// Token: 0x02000142 RID: 322
|
||||
public enum SaveDataResult
|
||||
{
|
||||
// Token: 0x04002A1F RID: 10783
|
||||
FileCreated,
|
||||
// Token: 0x04002A20 RID: 10784
|
||||
FileLoaded,
|
||||
// Token: 0x04002A21 RID: 10785
|
||||
FileCorrupted,
|
||||
// Token: 0x04002A22 RID: 10786
|
||||
NotEnoughSpace
|
||||
}
|
||||
Reference in New Issue
Block a user