1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFProj_Bullet_M99.uc

22 lines
645 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFProj_Bullet_M99
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFProj_Bullet_M99 extends KFProj_Bullet
hidedropdown;
defaultproperties
{
MaxSpeed=30000.0
Speed=30000.0
DamageRadius=0
ProjFlightTemplate=ParticleSystem'wep_railgun_emit.FX_Railgun_Projectile_01'
}