| 23 | } |
| 24 | |
| 25 | virtual std::string_view description() const override { |
| 26 | return ""; |
| 27 | } |
| 28 | |
| 29 | private: |
| 30 | void onJoinLevel(GlobedGJBGL* gjbgl, GJGameLevel* level, bool editor) override; |
nothing calls this directly
no outgoing calls
no test coverage detected