using System.Collections.Generic; namespace MoleMole { public class ConfigTabAvatarTransformInfo { public Dictionary AvatarShowInfos = new Dictionary(); } }