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

◆ SetSeedToEmpty()

void Terraria.IO.WorldFileData.SetSeedToEmpty ( )
inline

Definition at line 189 of file WorldFileData.cs.

190 {
191 SetSeed("");
192 }
void SetSeed(string seedText)

References Terraria.IO.WorldFileData.SetSeed().

Referenced by Terraria.IO.WorldFileData.FromInvalidWorld().