mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2024-11-13 06:27:19 +01:00
7 lines
47 B
GDScript3
7 lines
47 B
GDScript3
|
extends PanelContainer
|
||
|
|
||
|
func _ready():
|
||
|
pass
|
||
|
|
||
|
|