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

◆ Register()

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

Definition at line 75 of file ExtraJump.cs.

76 {
77 ModTypeLookup<ExtraJump>.Register(this);
78 Type = ExtraJumpLoader.Add(this);
79 }

References Terraria.ModLoader.ExtraJumpLoader.Add().

+ Here is the call graph for this function: