* Finish ExternalFileLevelStorage.

This commit is contained in:
iProgramInCpp
2023-08-02 09:58:26 +03:00
parent 3eb8062d06
commit 16e2b79165
4 changed files with 85 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ struct LevelData
LevelData(TLong seed, const std::string&, int);
void read(RakNet::BitStream& bs, int d);
void write(RakNet::BitStream& bs, int d);
void write(RakNet::BitStream& bs);
TLong m_seed = 0;
Pos m_spawnPos;