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

◆ Register()

override void Terraria.ModLoader.InfoDisplay.Register ( )
inlinesealedprotectedinherited

Definition at line 151 of file InfoDisplay.cs.

152 {
153 ModTypeLookup<InfoDisplay>.Register(this);
154 Type = InfoDisplayLoader.Add(this);
155 }

References Terraria.ModLoader.InfoDisplayLoader.Add().

+ Here is the call graph for this function: