rott/kf_sources/KFChar/Classes/BrainDeadGorefast.uc
2026-07-14 20:27:09 +07:00

16 lines
207 B
Ucode

// for debugging
class BrainDeadGorefast extends ZombieGorefast;
event PostBeginPlay()
{
Super.PostBeginPlay();
SetMovementPhysics();
}
defaultproperties
{
ControllerClass=none
}