StonehearthEditor.EffectsEditorView.PreviewCloneFileCallback.SetUnwantedItems C# (CSharp) Method

SetUnwantedItems() public method

public SetUnwantedItems ( HashSet items ) : void
items HashSet
return void
            public void SetUnwantedItems(HashSet<string> items)
            {
                savedUnwantedItems = items;
            }