The server is working correctly, using the entity system
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
|
||||
//TODO: This is supposed to interact with the vector
|
||||
class BBox {
|
||||
public:
|
||||
double x, y;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#pragma pack(push, 0)
|
||||
|
||||
//TODO: update the code here to match the entity code
|
||||
union NetworkPacket {
|
||||
//types of packets
|
||||
enum class Type {
|
||||
|
||||
Reference in New Issue
Block a user