begin player auth

This commit is contained in:
2025-08-15 11:25:35 +02:00
parent 833173b5e8
commit a50898a88b
16 changed files with 139 additions and 40 deletions

View File

@@ -13,7 +13,7 @@ class Client : public StateMachine<Client, void, float> {
std::shared_ptr<IClientSocket> m_Socket;
public:
Client(const std::shared_ptr<IClientSocket>& a_Socket) : m_Socket(a_Socket) {}
Client(const std::shared_ptr<IClientSocket>& a_Socket, const std::string& a_PlayerName);
void SendPacket(const protocol::PacketBase& a_Packet);