Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ XmlComment()

System.Xml.XmlComment.XmlComment ( string? comment,
XmlDocument doc )
inlinepackage

Definition at line 15 of file XmlComment.cs.

16 : base(comment, doc)
17 {
18 }