Files
RedHotRoast-ios/Assets/GemCrush/Define/Model/Game/PlayData.cs
T

9 lines
146 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
using System.Collections.Generic;
namespace FlowerPower
{
public class PlayData
{
public Dictionary<string, object> data;
}
}