bourgeoisor / topaz

Multiplayer sandbox ARPG written in C# using MonoGame.
1 stars 1 forks source link

Persistent world and user models #3

Open rejleb opened 5 years ago

rejleb commented 5 years ago

Persistence of accounts via SQL or other db filetype, which is read when server is launched

bourgeoisor commented 5 years ago

Persistence will be done via player classes and serialization to binary https://github.com/bourgeoisor/topaz/blob/master/Source/Engine/Util/BinarySerialization.cs