Co-authored-by: Vera Aguilera Puerto <gradientvera@outlook.com>
This commit is contained in:
@@ -26,6 +26,7 @@ public sealed partial class CableSystem : EntitySystem
|
||||
|
||||
SubscribeLocalEvent<CableComponent, InteractUsingEvent>(OnInteractUsing);
|
||||
SubscribeLocalEvent<CableComponent, CuttingFinishedEvent>(OnCableCut);
|
||||
// Shouldn't need re-anchoring.
|
||||
SubscribeLocalEvent<CableComponent, AnchorStateChangedEvent>(OnAnchorChanged);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user