mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "Replicator.h"
|
||||
|
||||
#include "RakNetTime.h"
|
||||
|
||||
namespace RBX {
|
||||
namespace Network {
|
||||
|
||||
class Replicator::PingBackItem : public PooledItem
|
||||
{
|
||||
RakNet::Time time;
|
||||
unsigned int extraStats;
|
||||
public:
|
||||
PingBackItem(Replicator* replicator, RakNet::Time time, unsigned int extraStats);
|
||||
|
||||
/*implement*/ virtual bool write(RakNet::BitStream& bitStream);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user