Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/SlotToken.cs

9 lines
164 B
C#

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