You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #16352, we should split out an IResupplyAction interface to open the resupply concept to other traits. The hardcoded ResupplyType enum can be replaced with a BitSet<> for interacting with INotifyResupply.
As noted in #16352, we should split out an
IResupplyActioninterface to open the resupply concept to other traits. The hardcodedResupplyTypeenum can be replaced with aBitSet<>for interacting withINotifyResupply.