Added AbstractReloader

This commit is contained in:
2025-10-23 18:56:56 +03:00
parent e98c5c751c
commit f8d0edc5f7
11 changed files with 115 additions and 79 deletions
@@ -0,0 +1,14 @@
@abstract
class_name AbstractReloader
extends Node
var random := RandomNumberGenerator.new()
@abstract
func can_shoot() -> bool
@abstract
func shoot() -> void