| 1753 | } |
| 1754 | |
| 1755 | S32 zNPCGoalDutchmanInitiate::Exit(F32 dt, void* updCtxt) |
| 1756 | { |
| 1757 | return xGoal::Exit(dt, updCtxt); |
| 1758 | } |
| 1759 | |
| 1760 | xFactoryInst* zNPCGoalDutchmanIdle::create(S32 who, RyzMemGrow* grow, void* info) |
| 1761 | { |
nothing calls this directly
no test coverage detected