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

16 lines
211 B
Ucode

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