From 9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2 Mon Sep 17 00:00:00 2001 From: Carver Harrison Date: Sun, 24 Jul 2016 16:43:03 -0700 Subject: Fixed 300 Errors --- source/WindowsFormsApplication1/Engine/SaveSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/WindowsFormsApplication1/Engine') 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"; } } -- cgit v1.2.3