8 lines
134 B
GDScript
8 lines
134 B
GDScript
class_name Attachment extends Node3D
|
|
|
|
|
|
var stats: AttachmentStats
|
|
|
|
func init_attachment(stats: AttachmentStats):
|
|
self.stats = stats;
|