Create a detector for the given base.
| 984 | public: |
| 985 | /// Create a detector for the given base. |
| 986 | DetectXCOMBase(const Base &base, int difficulty) : _base(base), _difficulty(difficulty) { /* Empty by design. */ } |
| 987 | /// Attempt detection |
| 988 | bool operator()(const Ufo *ufo) const; |
| 989 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected