static MonoLevelEntity() { ConfigCommonEntity entity = new ConfigCommonEntity { CommonArguments = new ConfigEntityCommonArguments(), EntityProperties = new Dictionary <string, ConfigAbilityPropertyEntry>() }; LEVEL_ENTITY_COMMON_CONFIG = entity; }
public frmConfigCommon() { InitializeComponent(); _configCommon = new ConfigCommonEntity(); }