aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorCarver Harrison <[email protected]>2016-07-24 16:43:03 -0700
committerCarver Harrison <[email protected]>2016-07-24 16:43:03 -0700
commit9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2 (patch)
tree143cec3e1315ad11dfb58057ef393f59dccea39f /source/WindowsFormsApplication1/Engine/SaveSystem.cs
parent321ddfc66a0a366efa64506c0c33316ca57f251d (diff)
downloadshiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.tar.gz
shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.tar.bz2
shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.zip
Fixed 300 Errors
Diffstat (limited to 'source/WindowsFormsApplication1/Engine/SaveSystem.cs')
-rw-r--r--source/WindowsFormsApplication1/Engine/SaveSystem.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Engine/SaveSystem.cs b/source/WindowsFormsApplication1/Engine/SaveSystem.cs
index 8d1352f..5bc2360 100644
--- a/source/WindowsFormsApplication1/Engine/SaveSystem.cs
+++ b/source/WindowsFormsApplication1/Engine/SaveSystem.cs
@@ -658,8 +658,8 @@ namespace Shiftorium
public string id = "sampleupgrade";
public string Name = "Sample Upgrade";
public int Cost = 0;
- public Image Preview = ShiftOS.Properties.Resources.upgradegray;
+ public Image Preview = ShiftOS.Properties.Resources.upgradegray;
public string Description = "Sample Shiftorium Upgrade.";
- public string Category = "fundamental";
+ public string Category = "fundamental";
}
}