mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-14 10:27:22 +01:00
8 lines
108 B
GDScript
8 lines
108 B
GDScript
extends Node
|
|
|
|
var accessors = []
|
|
var type = "GDScript"
|
|
|
|
func set_accessed(name):
|
|
accessors.append(name)
|