parentGuardSystem property

Guards<GuardBase> get parentGuardSystem

Leave visible for eventual interaction with sibling guards or custom/complex interactions in the update method.

Implementation

Guards get parentGuardSystem => _parentGuardSystem;