public Tile_Monster(Data.MonsterData data) : base(EType.Monster) { Data = data; mHp = CsvData.GetUIntValue("hp"); }