Added Cannon Module

This commit is contained in:
PfandBoss
2022-12-10 00:22:54 +01:00
parent 1878cf26b2
commit 83cb61e545
3 changed files with 28 additions and 0 deletions

11
Cannon.gd Normal file
View File

@@ -0,0 +1,11 @@
extends Module
class_name Cannon
#------------Methods-------------#
#TODO: FINISH
func interact():
pass