From d8eb2d79e07b63fa350ac01848f9ea51ea1ea705 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 8 Feb 2017 16:21:52 -0500 Subject: Shop item editor --- ShiftOS.Objects/Shop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Objects/Shop.cs') diff --git a/ShiftOS.Objects/Shop.cs b/ShiftOS.Objects/Shop.cs index 36c15a7..f91f086 100644 --- a/ShiftOS.Objects/Shop.cs +++ b/ShiftOS.Objects/Shop.cs @@ -14,7 +14,7 @@ namespace ShiftOS.Objects public string Owner { get; set; } } - public abstract class ShopItem + public class ShopItem { public string Name { get; set; } public string Description { get; set; } -- cgit v1.2.3