cOMS/network/packet/mob/player/PlayerState.h
Dennis Eichhorn 39fbcf4300
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
linux bug fixes
2025-03-22 01:10:19 +00:00

12 lines
183 B
C
Executable File

#ifndef COMS_NETWORK_PACKAGE_PLAYER_STATE_H
#define COMS_NETWORK_PACKAGE_PLAYER_STATE_H
#include "../../../stdlib/Types.h"
struct SPlayerState {
};
struct CPlayerState {
};
#endif