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

◆ GetModUndergroundBackgroundStyle()

static ModUndergroundBackgroundStyle Terraria.ModLoader.ModContent.GetModUndergroundBackgroundStyle ( int style)
inlinestatic

Returns the ModUndergroundBackgroundStyle object with the given ID.

Definition at line 281 of file ModContent.cs.

282 {
283 return LoaderManager.Get<UndergroundBackgroundStylesLoader>().Get(style);
284 }