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

◆ Key [1/2]

Implements System.Runtime.Serialization.IKeyValue.

Definition at line 11 of file KeyValue.cs.

12 {
13 get
14 {
15 return _key;
16 }
17 set
18 {
19 _key = value;
20 }
21 }