using System.Collections.Generic; namespace ET { public class MapMonsterComponent:Entity { public Dictionary mapMonsterDic = new(); } }