Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPersistentPerWorldContent.cs
Go to the documentation of this file.
1using System.IO;
2
4
6{
7 void Save(BinaryWriter writer);
8
9 void Load(BinaryReader reader, int gameVersionSaveWasMadeOn);
10
11 void ValidateWorld(BinaryReader reader, int gameVersionSaveWasMadeOn);
12
13 void Reset();
14}
void Load(BinaryReader reader, int gameVersionSaveWasMadeOn)
void ValidateWorld(BinaryReader reader, int gameVersionSaveWasMadeOn)