Files
HL2Overcharged/game/shared/VectorsTranslate.h
2025-05-21 21:20:08 +03:00

21 lines
291 B
C++

#ifndef VECTORSTRANSLATE_H
#define VECTORSTRANSLATE_H
#include "basegrenade_shared.h"
class CParticleSystem;
class CVectorsTranslate : public CBaseAnimating
{
DECLARE_CLASS(CVectorsTranslate, CBaseAnimating);
public:
Vector Fwd;
Vector Right;
Vector Up;
};
#endif //GRENADESPIT_H