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

◆ GetModMount()

static ModMount Terraria.ModLoader.ModContent.GetModMount ( int type)
inlinestatic

Definition at line 231 of file ModContent.cs.

232 {
233 return MountLoader.GetMount(type);
234 }

References Terraria.ModLoader.MountLoader.GetMount().

+ Here is the call graph for this function: