| 288 | } |
| 289 | |
| 290 | void DamageHelpers::AddDamage(DamageType DamageType, int32_t Amount) |
| 291 | { |
| 292 | DamageList->AddDamage(DamageType, Amount); |
| 293 | } |
| 294 | |
| 295 | esv::StatusMachine * GetStatusMachine(char const * gameObjectGuid); |
| 296 |
no outgoing calls
no test coverage detected