* Create an AlienStrategy with no values. * Running a game like this will most likely crash. */
| 34 | * Running a game like this will most likely crash. |
| 35 | */ |
| 36 | AlienStrategy::AlienStrategy() |
| 37 | { |
| 38 | // Empty by design! |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Free all resources used by this AlienStrategy. |
nothing calls this directly
no outgoing calls
no test coverage detected