using asap.core; using cfg; namespace Assets.Scripts.UI.OfferSweep { public class SandDigStrategy : IEventStrategy { public int GetSweepPackId(int redirectId) { var potion = GContext.container.Resolve().TbDiggingActivityInit.GetOrDefault(redirectId); return potion?.SweepPackID ?? 0; } } }