using System.Collections.Generic;
namespace FlowerPower
{
public class PlayData
public Dictionary<string, object> data;
}