192021222324252627282930
{ private static int[] _itemIds = null; public FishItem() { FishTable ft = FishTable.getInstance(); _itemIds = new int[ft.GetFishItemCount()]; for(int i = 0; i < ft.GetFishItemCount(); i++) { _itemIds[i] = ft.getFishIdfromList(i); } }