Files
2026-05-28 15:23:36 +08:00

8 lines
116 B
C#

namespace ZooMatch
{
public class KeyValue
{
public string key;
public object value;
}
}