Mineplex2018-withcommit/Website/LOC.Core/Tokens/UnknownPurchaseToken.cs
Jonathan Williams 6d86f403ac Added coins Currency to web api
Added coins purchase for all cosmetic items
Added Stats manager
Added Inventory Manager

Redesigned gadgets/morph/particle/pets/mounts page and inventory.
2014-08-07 00:33:24 -07:00

14 lines
272 B
C#

namespace LOC.Core.Tokens
{
public class UnknownPurchaseToken
{
public string AccountName { get; set; }
public string SalesPackageName { get; set; }
public bool CoinPurchase { get; set; }
public int Cost { get; set; }
}
}