| 990 | } |
| 991 | |
| 992 | void EntityAI::StartActionProcessing(const UIAction& action, AIUnit* unit) |
| 993 | { |
| 994 | // default: process action directly |
| 995 | action.Process(unit); |
| 996 | } |
| 997 | |
| 998 | void EntityAI::PerformAction(const UIAction& action, AIUnit* unit) |
| 999 | { |
no test coverage detected