This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/addons/CheatCoder/CheatCoder.gd

9 lines
95 B
GDScript3
Raw Permalink Normal View History

2022-06-18 13:05:48 +02:00
tool
extends EditorPlugin
func _enter_tree() -> void:
pass
func _exit_tree() -> void:
pass