@abstract class_name BulletSetBehavior extends Resource ## Process one physics tick for a [BulletSet]. func process_set(bullet_set: BulletSet, delta: float) -> void: _process_set(bullet_set, delta) ## Called once ever physics tick for the [BulletSet]. @abstract func _process_set(bullet_set: BulletSet, delta: float) -> void