1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-10 19:02:11 +08:00
hl2sdk/game/shared/swarm/asw_movedata.h

27 lines
525 B
C
Raw Normal View History

//========= Copyright <20> 1996-2009, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef ASW_MOVEDATA_H
#define ASW_MOVEDATA_H
#ifdef _WIN32
#pragma once
#endif
#include "igamemovement.h"
// This class contains ASW-specific prediction data.
class CASW_MoveData : public CMoveData
{
public:
int m_iForcedAction;
Vector m_vecSkillDest;
};
#endif // ASW_MOVEDATA_H