| 43 | { |
| 44 | public: |
| 45 | bool operator()(const CEGUI::EventArgs& e) |
| 46 | { |
| 47 | playerSelection.setCurrentAction(action); |
| 48 | return true; |
| 49 | } |
| 50 | SelectedAction action; |
| 51 | PlayerSelection& playerSelection; |
| 52 | }; |
nothing calls this directly
no test coverage detected