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 }