Don't have an account? Sign Up
struct SProjectileLaunchParams { float fSpeedScale; EntityId trackingId; Vec3 vShootTargetPos; };
IWeapon.h
float fSpeedScale;
EntityId trackingId;
Vec3 vShootTargetPos;
SProjectileLaunchParams();