* Set the units we are charging towards. * @param chargeTarget Charge Target */
| 2412 | * @param chargeTarget Charge Target |
| 2413 | */ |
| 2414 | void BattleUnit::setCharging(BattleUnit *chargeTarget) |
| 2415 | { |
| 2416 | _charging = chargeTarget; |
| 2417 | } |
| 2418 | |
| 2419 | /** |
| 2420 | * Get the units we are charging towards. |
no outgoing calls
no test coverage detected