Files

8 lines
119 B
C#

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