using System; using System.Collections.Generic; public interface IUnityOfferwall { event Action OnOfferwallShowFailed; event Action OnOfferwallOpened; event Action OnOfferwallClosed; event Action OnGetOfferwallCreditsFailed; event Action> OnOfferwallAdCredited; event Action OnOfferwallAvailable; }