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

12 lines
176 B
C#

namespace LOC.Core.Tokens.Client
{
public class PetChangeToken
{
public string Name;
public string PetName;
public string PetType;
}
}