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

◆ MusicAutoloadingEnabled

bool Terraria.ModLoader.Mod.MusicAutoloadingEnabled = true
getinherited

Whether or not this mod will automatically add music to the game. All supported audio files in a folder or subfolder of a folder named "Music" will be autoloaded as music.

Definition at line 95 of file Mod.cs.

95{ get; init; } = true;

Referenced by Terraria.ModLoader.Mod.Autoload().