//------------------------------------------------------------------------------ // // 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.Generic; /// /// Generated from: skill.xlsx /// partial class ItemMoves { public readonly List children = new List(3); public override void Init() { if (this.parent > 0) { var parentItem = ItemProxy.Instance.GetStaticItem(this.parent); parentItem.children.Add(id); } } } }