KF2-CustomZeds/CustomZeds/Classes/WMPawn_ZedGorefast_NoDualBlade.uc
2022-05-16 16:35:37 +03:00

12 lines
214 B
Ucode

class WMPawn_ZedGorefast_NoDualBlade extends KFPawn_ZedGorefast;
static event class<KFPawn_Monster> GetAIPawnClassToSpawn()
{
return default.class;
}
defaultproperties
{
Name="WMPawn_ZedGorefast_NoDualBlade"
}