namespace Assets.Scripts.UI.OfferSweep { public interface IEventStrategy { int GetSweepPackId(int redirectId); } }