Ink.Parsed.Gather.Gather C# (CSharp) Method

Gather() public method

public Gather ( string name, int indentationDepth )
name string
indentationDepth int
        public Gather (string name, int indentationDepth)
        {
            this.name = name;
            this.indentationDepth = indentationDepth;
        }