Files
notSpore/evolve-die-repeat/addons/godot_vim/godot_vim.gd
2026-01-23 10:48:14 +01:00

9 lines
82 B
GDScript

@tool
extends GodotVimPlugin
func _enter_tree():
pass
func _exit_tree():
pass