demboyz/demboyz/netmessages/svc_bspdecal.h

20 lines
309 B
C++

#pragma once
#include "nethandlers.h"
#include "sourcesdk/vector.h"
namespace NetMsg
{
struct SVC_BSPDecal
{
Vector position;
uint16_t decalTextureIndex;
uint16_t entIndex;
uint16_t modelIndex;
bool lowPriority;
};
}
DECLARE_NET_HANDLERS(SVC_BSPDecal);