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