using System.Collections.Generic; namespace FlowerPower { public class PlayData { public Dictionary data; } }