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