From b348a76db785c040d957f055ba9cc8569bf0c285 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Jan 2017 17:08:27 -0500 Subject: Out-of-box experience work It's definitely not working right now. I wouldn't delete your save. I have to implement the tutorial before the OOBE will let you into the game. --- ShiftOS.Objects/Save.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ShiftOS.Objects/Save.cs') diff --git a/ShiftOS.Objects/Save.cs b/ShiftOS.Objects/Save.cs index ff4bf53..787423d 100644 --- a/ShiftOS.Objects/Save.cs +++ b/ShiftOS.Objects/Save.cs @@ -14,9 +14,8 @@ namespace ShiftOS.Objects public Dictionary Upgrades { get; set; } public int StoryPosition { get; set; } public string Language { get; set; } - + public string MyShop { get; set; } public List CurrentLegions { get; set; } - public int MajorVersion { get; set; } public int MinorVersion { get; set; } public int Revision { get; set; } -- cgit v1.2.3