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