aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects/Shop.cs
diff options
context:
space:
mode:
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 65f5746..c603523 100644
--- a/ShiftOS.Objects/Shop.cs
+++ b/ShiftOS.Objects/Shop.cs
@@ -42,7 +42,7 @@ namespace ShiftOS.Objects
{
public string Name { get; set; }
public string Description { get; set; }
- public int Cost { get; set; }
+ public ulong Cost { get; set; }
public int FileType { get; set; }
public byte[] MUDFile { get; set; }
}