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

◆ IsConstant()

override bool System.Data.NameNode.IsConstant ( )
inlinepackage

Definition at line 100 of file NameNode.cs.

101 {
102 return false;
103 }