demboyz/demboyz/netmessages/svc_setpause.h

15 lines
159 B
C
Raw Normal View History

#pragma once
#include "nethandlers.h"
namespace NetMsg
{
struct SVC_SetPause
{
bool isPaused;
};
}
DECLARE_NET_HANDLERS(SVC_SetPause);