Merge remote-tracking branch 'upstream/master' into Test

This commit is contained in:
Onii-chan
2020-08-21 12:24:55 +02:00
23 changed files with 806 additions and 554 deletions

View File

@@ -11,6 +11,7 @@
struct PlayerView {
std::list<CNSocket*> viewable;
std::list<int32_t> viewableNPCs;
Player plr;
int long lastHeartbeat;
};