Files
ZooMatch-GP/Assets/ZooMatch/Define/Data/KeyValue.cs
T

8 lines
123 B
C#
Raw Normal View History

namespace ZooMatch
2026-06-02 10:26:44 +08:00
{
public class KeyValue
{
public string key;
public object value;
}
}