maxgame/addons/popochiu/engine/templates/empty_script_template.gd
2025-07-17 01:49:18 -04:00

8 lines
No EOL
309 B
GDScript3

# This script is empty and is necessary to programmatically
# create an empty script to hold the <PopochiuObject>_template.gd
# source file, after the placeholders have been populated.
#
# It is necessary from Godot 4.1 or an error is raised when the
# template script is loaded.
#
# Do not erase this script.