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

10 lines
205 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Core.Tokens.Client
{
public class SlotToken
{
2014-04-20 07:54:52 +02:00
public string Name { get; set; }
2013-08-27 17:14:08 +02:00
public string Material { get; set; }
public int Amount { get; set; }
}
}