RAIDER_Survivor/scripts/Attachment.gd
2025-02-18 23:38:21 +01:00

8 lines
134 B
GDScript

class_name Attachment extends Node3D
var stats: AttachmentStats
func init_attachment(stats: AttachmentStats):
self.stats = stats;