summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/IBuyable.cs
blob: b19fbb472ef99ec2d08975defcfadfe1945f389b (plain)
1
2
3
4
5
6
using System;

public interface IBuyable
{
	string ProdId { get; }
}