Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DeclarativeSecurityAttribute.cs
Go to the documentation of this file.
2
3public readonly struct DeclarativeSecurityAttribute
4{
5 private readonly MetadataReader _reader;
6
7 private readonly int _rowId;
8
10
12
14
15 internal DeclarativeSecurityAttribute(MetadataReader reader, int rowId)
16 {
17 _reader = reader;
18 _rowId = rowId;
19 }
20}