mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-23 00:08:40 +00:00
12 lines
183 B
C
Executable File
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 |