| 78 | |
| 79 | template <class T, int S> |
| 80 | void assignTarget(Point<T, S> target) |
| 81 | { |
| 82 | target.makeValid(); |
| 83 | x = target.x; |
| 84 | y = target.y; |
| 85 | } |
| 86 | |
| 87 | Unit unit = nullptr; |
| 88 | UnitCommandType type = UnitCommandTypes::None; |
no outgoing calls
no test coverage detected