Files
ft/Client/Assets/Scripts/UI/OfferSweep/EventSrategy/IEventStrategy.cs
2026-06-29 21:18:33 +08:00

7 lines
134 B
C#

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