Files
Zoomatch_unity_ios/Assets/ZooMatch/Define/Model/Game/PlayData.cs
T

9 lines
143 B
C#
Raw Normal View History

2026-05-28 15:23:36 +08:00
using System.Collections.Generic;
namespace ZooMatch
{
public class PlayData
{
public Dictionary<string, object> data;
}
}