//------------------------------------------------------------------------------ // // 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: battlepass.xlsx /// public partial class ItemBattlePassLevel { public Item.ItemInfo[] freeRewardInfos; public Item.ItemInfo[] adRewardInfos; public override void Init() { freeRewardInfos = Item.ItemInfo.FromArray(freeAwards); adRewardInfos = Item.ItemInfo.FromArray(adAwards); } } }