| 137 | return c; |
| 138 | } |
| 139 | UnitCommand UnitCommand::burrow(Unit unit) |
| 140 | { |
| 141 | return UnitCommand { unit, UnitCommandTypes::Burrow }; |
| 142 | } |
| 143 | UnitCommand UnitCommand::unburrow(Unit unit) |
| 144 | { |
| 145 | return UnitCommand{ unit, UnitCommandTypes::Unburrow }; |
no outgoing calls