Files
2026-06-12 10:11:36 +08:00

8 lines
118 B
C#

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