tModLoader v2023.01
A mod to make and play Terraria mods
|
The purpose of this struct is to micro-optimize lookups of GlobalX indices by providing these associations without additional retrievals from the heap. More...
Public Member Functions | |
Instanced (ushort index, T instance) | |
override string | ToString () |
Public Attributes | |
readonly ushort | Index |
readonly T | Instance |
The purpose of this struct is to micro-optimize lookups of GlobalX indices by providing these associations without additional retrievals from the heap.