| 21 | } |
| 22 | |
| 23 | LoadLocalisation::LoadLocalisation() { |
| 24 | ERR_FAIL_COND(singleton != nullptr); |
| 25 | singleton = this; |
| 26 | } |
| 27 | |
| 28 | LoadLocalisation::~LoadLocalisation() { |
| 29 | ERR_FAIL_COND(singleton != this); |
nothing calls this directly
no outgoing calls
no test coverage detected