StableVersion4.3/HL_FristAidPlatform_Help/Model/KeyValue.cs

9 lines
162 B
C#

namespace HL_FristAidPlatform_Help
{
public class KeyValue
{
public string key { get; set; }
public string value { get; set; }
}
}