mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-13 18:08:23 -05:00
10 lines
242 B
C#
10 lines
242 B
C#
namespace Minecraft_Realms_Emulator.Responses
|
|
{
|
|
public class SubscriptionResponse
|
|
{
|
|
public long StartDate { get; set; }
|
|
public int DaysLeft { get; set; }
|
|
public string SubscriptionType { get; set; }
|
|
}
|
|
}
|