RevokeMsgPatcher/RevokeMsgPatcher/Model/Json/VersionJson.cs
2024-09-28 22:58:38 +08:00

9 lines
173 B
C#

namespace RevokeMsgPatcher.Model.Json
{
internal class VersionJson
{
public string Name { get; set; }
public string Version { get; set; }
}
}