R-Type  2
Doom but in better
Loading...
Searching...
No Matches
PlayerInfo.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <cstdint>
5
13struct PlayerInfo {
14 uint32_t id;
15 std::string username;
16};
Represents information about a player, specifically their username.
uint32_t id
std::string username