mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
7 lines
73 B
GDScript
7 lines
73 B
GDScript
extends RefCounted
|
|
|
|
abstract abstract class A:
|
|
pass
|
|
|
|
func test():
|
|
pass
|