AcManager.Tools.Miscellaneous.SharedLocaleReader.Cell.Cell C# (CSharp) Method

Cell() public method

public Cell ( System.Xml.Linq.XElement node ) : System
node System.Xml.Linq.XElement
return System
            public Cell(XElement node) {
                Node = node;
                Location = node.Attribute("r")?.Value ?? "";
            }
SharedLocaleReader.Cell