Now About Social Code
summaryrefslogtreecommitdiff
path: root/addons/third-person-camera/tpc.gd
blob: 45a417e6d66a682a579e90fc6948841369749fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@tool
extends EditorPlugin


func _enter_tree():
	# Initialization of the plugin goes here.
	pass


func _exit_tree():
	# Clean-up of the plugin goes here.
	pass