7 lines
134 B
C#
7 lines
134 B
C#
namespace Assets.Scripts.UI.OfferSweep
|
|
{
|
|
public interface IEventStrategy
|
|
{
|
|
int GetSweepPackId(int redirectId);
|
|
}
|
|
} |