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