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

◆ RegisterModGore()

static void Terraria.ModLoader.GoreLoader.RegisterModGore ( ModGore modGore)
inlinestaticpackage

Definition at line 42 of file GoreLoader.cs.

43 {
44 int id = (modGore.Type = GoreCount++);
45 gores[id] = modGore;
46 }
static readonly IDictionary< int, ModGore > gores
Definition GoreLoader.cs:15

References Terraria.ModLoader.GoreLoader.GoreCount, and Terraria.ModLoader.GoreLoader.gores.

Referenced by Terraria.ModLoader.ModGore.Register().

+ Here is the caller graph for this function: