mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-20 03:54:47 +00:00
5 lines
78 B
GDScript
5 lines
78 B
GDScript
extends Area3D
|
|
class_name AreaDamageComponent
|
|
|
|
@export var damage : int = 100
|