implement server and client player join/leave notifications
This commit is contained in:
13
include/blitz/components/PlayerInfo.h
Normal file
13
include/blitz/components/PlayerInfo.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <blitz/common/Types.h>
|
||||
#include <string>
|
||||
|
||||
namespace blitz {
|
||||
|
||||
struct PlayerInfoComponent {
|
||||
EntityID m_PlayerId;
|
||||
std::string m_Pseudo;
|
||||
};
|
||||
|
||||
} // namespace blitz
|
||||
Reference in New Issue
Block a user