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

◆ GetModBuff()

static ModBuff Terraria.ModLoader.ModContent.GetModBuff ( int type)
inlinestatic

Definition at line 219 of file ModContent.cs.

220 {
221 return BuffLoader.GetBuff(type);
222 }

References Terraria.ModLoader.BuffLoader.GetBuff().

+ Here is the call graph for this function: