| 4547 | } |
| 4548 | |
| 4549 | void zNPCGoalTubeAttack::LaserRender() |
| 4550 | { |
| 4551 | zNPCTubeSlave::laser.Render(&paul.pos_laserSource, &paul.pos_laserTarget); |
| 4552 | } |
| 4553 | |
| 4554 | void zNPCGoalTubeAttack::MaryAttack(F32 dt, xScene* xscn) |
| 4555 | { |
no test coverage detected