mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
12 lines
181 B
C
12 lines
181 B
C
#ifndef TOS_NETWORK_PACKAGE_PLAYER_STATE_H
|
|
#define TOS_NETWORK_PACKAGE_PLAYER_STATE_H
|
|
|
|
#include "../../../stdlib/Types.h"
|
|
|
|
struct SPlayerState {
|
|
};
|
|
|
|
struct CPlayerState {
|
|
};
|
|
|
|
#endif |