Files
SpaceBots/actors/Components/attack.gd

6 lines
83 B
GDScript3
Raw Normal View History

2026-01-21 23:51:53 +01:00
extends Object
class_name Attack
var damage: float = 0.0
var trauma: float = 0.0