Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/SlotToken.cs
2014-04-19 22:54:52 -07:00

10 lines
205 B
C#

namespace LOC.Core.Tokens.Client
{
public class SlotToken
{
public string Name { get; set; }
public string Material { get; set; }
public int Amount { get; set; }
}
}