1
0
Files
mineplex-crepe/Website/LOC.Core/Tokens/Client/DonationBenefitToken.cs

9 lines
193 B
C#
Raw Normal View History

2021-08-19 16:35:32 +07:00
namespace LOC.Core.Tokens.Client
{
public class DonationBenefitToken
{
public string AccountName { get; set; }
public int BenefitSalesPackageId { get; set; }
}
}