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

◆ Constant()

System.Reflection.Metadata.Constant.Constant ( MetadataReader reader,
int rowId )
inlinepackage

Definition at line 17 of file Constant.cs.

18 {
19 _reader = reader;
20 _rowId = rowId;
21 }
readonly MetadataReader _reader
Definition Constant.cs:5

References System.Reflection.Metadata.Constant._reader, and System.Reflection.Metadata.Constant._rowId.