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

◆ LoadTownManager()

static void Terraria.IO.WorldFile.LoadTownManager ( BinaryReader reader)
inlinestatic

Definition at line 3212 of file WorldFile.cs.

3213 {
3214 WorldGen.TownManager.Load(reader);
3215 }

References Terraria.WorldGen.TownManager.

Referenced by Terraria.IO.WorldFile.LoadWorld_Version2().