//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace G { using System.Collections; using System.Collections.Generic; using F; using F.Item; /// /// Generated from: pet.xlsx /// partial class ItemPetConst { public Item.ItemInfo recastCostInfo1; public Item.ItemInfo recastCostInfo2; public Item.ItemInfo[] lockCostInfos; public override void Init() { recastCostInfo1 = Item.ItemInfo.Convert(recastCost1); recastCostInfo2 = Item.ItemInfo.Convert(recastCost2); lockCostInfos = Item.ItemInfo.FromArray(lockCost); } } }