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

◆ PosData() [1/2]

Terraria.ModLoader.PosData< T >.PosData ( int pos,
T value )
inline

Definition at line 121 of file PosData.cs.

122 {
123 this.pos = pos;
124 this.value = value;
125 }

References Terraria.ModLoader.PosData< T >.pos, and Terraria.ModLoader.PosData< T >.value.