diff options
Diffstat (limited to 'Client/Assembly-CSharp/IBuyable.cs')
-rw-r--r-- | Client/Assembly-CSharp/IBuyable.cs | 6 |
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; } +} |