Added gatling gun and railgun
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
@abstract
|
||||
extends Resource
|
||||
class_name AbstractReloader
|
||||
extends Node
|
||||
|
||||
|
||||
var _random := RandomNumberGenerator.new()
|
||||
|
||||
|
||||
@abstract
|
||||
func process(delta: float) -> void
|
||||
|
||||
|
||||
@abstract
|
||||
func can_shoot() -> bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user