Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::net::ScoreUpdatePayload Struct Reference

Player score update notification data. More...

#include <Packet.hpp>

Collaboration diagram for rtp::net::ScoreUpdatePayload:

Public Attributes

int32_t score
 Player score.
 

Detailed Description

Player score update notification data.

Definition at line 397 of file Packet.hpp.

Member Data Documentation

◆ score

int32_t rtp::net::ScoreUpdatePayload::score

Player score.

Definition at line 398 of file Packet.hpp.

Referenced by rtp::client::NetworkSyncSystem::handleEvent().


The documentation for this struct was generated from the following file: