cOMS/network/packet/mob/player/PlayerState.h
Dennis Eichhorn 4f1cbd98f9
Some checks failed
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
started templating
2025-03-21 01:08:09 +00:00

12 lines
183 B
C

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