Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/PetToken.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

9 lines
166 B
C#

namespace LOC.Core.Tokens.Client
{
public class PetToken
{
public string PetName { get; set; }
public string PetType { get; set; }
}
}