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