| 149 | } |
| 150 | |
| 151 | void GameObjectBentLaser::FreeInstance(GameObjectBentLaser* p) |
| 152 | { |
| 153 | p->~GameObjectBentLaser(); |
| 154 | s_GameObjectBentLaserPool.Free(p); |
| 155 | } |
| 156 | |
| 157 | GameObjectBentLaser::GameObjectBentLaser() |
| 158 | { |
nothing calls this directly
no test coverage detected