--------------------------------------------- TRAIN ------------------------------------------------------
| 131 | } |
| 132 | //--------------------------------------------- TRAIN ------------------------------------------------------ |
| 133 | bool Unitset::train(UnitType type) const |
| 134 | { |
| 135 | return this->issueCommand(UnitCommand::train(nullptr,type)); |
| 136 | } |
| 137 | //--------------------------------------------- MORPH ------------------------------------------------------ |
| 138 | bool Unitset::morph(UnitType type) const |
| 139 | { |