using System.Collections.Generic; namespace MoleMole.Config { public class ConfigCommonEntity { public ConfigEntityCommonArguments CommonArguments; public Dictionary EntityProperties; public ConfigMPArguments MPArguments; } }