7 lines
73 B
GDScript
7 lines
73 B
GDScript
extends RefCounted
|
|
|
|
abstract abstract class A:
|
|
pass
|
|
|
|
func test():
|
|
pass
|