mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
12 lines
110 B
GDScript
12 lines
110 B
GDScript
extends Module
|
|
|
|
class_name Cannon
|
|
|
|
|
|
|
|
#------------Methods-------------#
|
|
|
|
#TODO: FINISH
|
|
func interact():
|
|
pass
|