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