mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-03-06 14:00:32 +00:00
4 lines
78 B
GDScript
4 lines
78 B
GDScript
extends Area3D
|
|
class_name AreaDamageComponent
|
|
|
|
@export var damage : int = 100
|