8 lines
116 B
C#
8 lines
116 B
C#
namespace ZooMatch
|
|
{
|
|
public class KeyValue
|
|
{
|
|
public string key;
|
|
public object value;
|
|
}
|
|
} |