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

9 lines
166 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Core.Tokens.Client
{
public class PetToken
{
public string PetName { get; set; }
public string PetType { get; set; }
}
}