* For user-defined UFOs, use a surface for the "preview" image. * @return The name of the surface that represents this UFO. */
| 217 | * @return The name of the surface that represents this UFO. |
| 218 | */ |
| 219 | std::string RuleUfo::getModSprite() const |
| 220 | { |
| 221 | return _modSprite; |
| 222 | } |
| 223 | |
| 224 | } |
no outgoing calls
no test coverage detected