using System.Collections.Generic; namespace MoleMole.Config { public class ConfigAvatarRegistry { public Dictionary AvatarRegistry; } }