namespace MoleMole.Config { public class AvatarRegistryEntry { public uint ID; public string Name; public ConfigAvatar Config; } }