| 389 | } |
| 390 | |
| 391 | Ref<GodotVer> GDScriptDecompVersion::get_min_version() const { |
| 392 | return GodotVer::parse(min_version); |
| 393 | } |
| 394 | |
| 395 | Ref<GodotVer> GDScriptDecompVersion::get_max_version() const { |
| 396 | return GodotVer::parse(max_version); |
no test coverage detected