| 19 | } |
| 20 | |
| 21 | const wchar_t* DamageDisplayCommandClass::GetUIDescription() const |
| 22 | { |
| 23 | return GeneralUtils::LoadStringUnlessMissing("TXT_DISPLAY_DAMAGE_DESC", L"Display exact number of damage dealt to units & buildings on them."); |
| 24 | } |
| 25 | |
| 26 | void DamageDisplayCommandClass::Execute(WWKey eInput) const |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected