public BoardItemsManager(Board board)
 {
     AllItemLists = new IMapleList[] { BackBackgrounds, TileObjs, Mobs, NPCs, Reactors, Portals, FrontBackgrounds, FootholdLines, RopeLines, FHAnchors, RopeAnchors, Chairs, CharacterToolTips, ToolTips, ToolTipDots, MiscItems, SpecialDots };
     this.board   = board;
     Items        = new BoardItemsCollection(this, true);
     Lines        = new MapleLinesCollection(this, false);
 }
Exemple #2
0
 public BoardItemsEnumerator(BoardItemsCollection bic) : base(bic)
 {
 }