[MetaHook] R_SparkEffect时间:2023-03-09 22:09:48 By hzqst void R_SparkEffect(float *pos, int count, int velocityMin, int velocityMax) { efx.R_SparkStreaks(pos, count, velocityMin, velocityMax); efx.R_RicochetSprite(pos, cl_sprite_ricochet, 0.1, RandomFloat(0.5, 1.0)); }