yavsc/Yavsc/Settings/ThirdPartyFiles.cs

11 lines
254 B
C#
Raw Normal View History

2016-05-17 18:22:18 +02:00
namespace Yavsc
{
public class ThirdPartyFiles {
2016-12-01 17:34:29 +01:00
public string Avatars { get; set; }
public long Quota { get; set; }
2016-08-03 16:38:25 +02:00
public string Blog { get; set; }
public string Bills { get; set; }
2016-05-17 18:22:18 +02:00
}
}