summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/IBuyable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/IBuyable.cs')
-rw-r--r--Client/Assembly-CSharp/IBuyable.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/IBuyable.cs b/Client/Assembly-CSharp/IBuyable.cs
new file mode 100644
index 0000000..b19fbb4
--- /dev/null
+++ b/Client/Assembly-CSharp/IBuyable.cs
@@ -0,0 +1,6 @@
+using System;
+
+public interface IBuyable
+{
+ string ProdId { get; }
+}