StonehearthEditor.NodeData.FixupLoot C# (CSharp) 메소드

FixupLoot() 보호된 메소드

protected FixupLoot ( string selector ) : void
selector string
리턴 void
        protected void FixupLoot(string selector)
        {
            NodeFile.IsModified = JsonHelper.FixupLootTable(NodeFile.Json, selector);
            NodeFile.SaveIfNecessary();
        }