mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-14 10:28:21 -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; }
|
|||
|
}
|
|||
|
}
|