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