Added more weapons

This commit is contained in:
2025-11-07 16:40:56 +03:00
parent 0740570263
commit 32fa3dca57
64 changed files with 459 additions and 37 deletions
+26
View File
@@ -0,0 +1,26 @@
@abstract
extends Resource
class_name AbstractReloader
var _random := RandomNumberGenerator.new()
@abstract
func process(delta: float) -> void
@abstract
func can_shoot() -> bool
@abstract
func shoot() -> void
@abstract
func reload() -> void
@abstract
func get_process_percent() -> int