This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
ab4e89ecde
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
virtual_super_implemented.gd
11 lines
114 B
GDScript
Raw
Blame
History
class
TestOne
:
func
_init
(
)
:
pass
class
TestTwo
extends
TestOne
:
func
_init
(
)
:
super
(
)
func
test
(
)
:
pass
View Git Blame
Copy Permalink