Added callback to display player names of connected players.
This commit is contained in:
@@ -99,6 +99,7 @@ public:
|
||||
|
||||
void SignalNetServerSuccess(int actionID);
|
||||
void SignalNetServerError(int errorID, int osErrorID);
|
||||
void SignalNetServerPlayerJoined(const std::string &playerName);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user