| 1454 | } |
| 1455 | |
| 1456 | S32 zNPCGoalBPlanktonIdle::Exit(F32 dt, void* ctxt) |
| 1457 | { |
| 1458 | owner.refresh_orbit(); |
| 1459 | return xGoal::Exit(dt, ctxt); |
| 1460 | } |
| 1461 | |
| 1462 | xFactoryInst* zNPCGoalBPlanktonAttack::create(S32 who, RyzMemGrow* grow, void* info) |
| 1463 | { |
nothing calls this directly
no test coverage detected