aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects/Shop.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-08 16:21:52 -0500
committerMichael <[email protected]>2017-02-08 16:21:52 -0500
commitd8eb2d79e07b63fa350ac01848f9ea51ea1ea705 (patch)
tree6abad7143e403b480af6d6a80777caa53c746269 /ShiftOS.Objects/Shop.cs
parent51ad9434bb2118ad4d5dd796d047415c76e99ccc (diff)
downloadshiftos_thereturn-d8eb2d79e07b63fa350ac01848f9ea51ea1ea705.tar.gz
shiftos_thereturn-d8eb2d79e07b63fa350ac01848f9ea51ea1ea705.tar.bz2
shiftos_thereturn-d8eb2d79e07b63fa350ac01848f9ea51ea1ea705.zip
Shop item editor
Diffstat (limited to 'ShiftOS.Objects/Shop.cs')
-rw-r--r--ShiftOS.Objects/Shop.cs2
1 files changed, 1 insertions, 1 deletions
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; }