|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Player score update notification data. More...
#include <Packet.hpp>
Public Attributes | |
| int32_t | score |
| Player score. | |
Player score update notification data.
Definition at line 397 of file Packet.hpp.
| int32_t rtp::net::ScoreUpdatePayload::score |
Player score.
Definition at line 398 of file Packet.hpp.
Referenced by rtp::client::NetworkSyncSystem::handleEvent().