first
This commit is contained in:
5
actors/Components/attack.gd
Normal file
5
actors/Components/attack.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Object
|
||||
class_name Attack
|
||||
|
||||
var damage: float = 0.0
|
||||
var trauma: float = 0.0
|
||||
Reference in New Issue
Block a user