备份CatanBuilding瘦身独立工程
This commit is contained in:
10
Assets/Scripts/Services/IAdsService.cs
Normal file
10
Assets/Scripts/Services/IAdsService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
namespace game
|
||||
{
|
||||
public interface IAdsService
|
||||
{
|
||||
void Init();
|
||||
//Task<bool> ShowBanner();
|
||||
void ShowRewarded(AdvertPopupType AadvertPopupType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user