using System.Collections.Generic; namespace Paps.UnityToolbarExtenderUIToolkit { internal class SerializableElementGroup { public Dictionary SerializableElements = new Dictionary(); } }