1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

GDScript: Fix common mismatched external parser errors

This commit is contained in:
rune-scape
2024-07-23 04:46:28 -07:00
parent 607b230ffe
commit 6e8fa6dd50
15 changed files with 225 additions and 44 deletions

View File

@@ -0,0 +1,6 @@
const External3 = preload("external_parser_script3.notest.gd")
var test2 := "test2"
func get_external3() -> External3:
return External3.new()