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

View File

@@ -1,5 +1,6 @@
extends Node
class_name Module
#-----------Parameters----------------'
var currentStashValue = 0 : set = _set_currentStashValue, get = _get_currentStashValue