mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-11 18:26:20 +00:00
add udpserver, tcpserver
This commit is contained in:
committed by
Anonymous275
parent
f19a012509
commit
bf74b1ae32
@@ -10,8 +10,11 @@ public:
|
||||
|
||||
void operator()() override;
|
||||
|
||||
private:
|
||||
void SetInternalPPS(int NewPPS) { mInternalPPS = NewPPS; }
|
||||
void IncrementInternalPPS() { ++mInternalPPS; }
|
||||
[[nodiscard]] int InternalPPS() const { return mInternalPPS; }
|
||||
|
||||
private:
|
||||
TServer& mServer;
|
||||
bool mShutdown { false };
|
||||
int mInternalPPS { 0 };
|
||||
|
||||
Reference in New Issue
Block a user