implement server and client player join/leave notifications
This commit is contained in:
9
include/blitz/common/Types.h
Normal file
9
include/blitz/common/Types.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace blitz {
|
||||
|
||||
using EntityID = std::uint32_t;
|
||||
|
||||
} // namespace blitz
|
||||
Reference in New Issue
Block a user