| 5 | #include "modules/gdscript/gdscript.h" |
| 6 | |
| 7 | godex::DynamicSystemExecutionData::DynamicSystemExecutionData() {} |
| 8 | |
| 9 | godex::DynamicSystemExecutionData::~DynamicSystemExecutionData() { |
| 10 | reset(); |
nothing calls this directly
no outgoing calls
no test coverage detected