9 lines
170 B
C#
9 lines
170 B
C#
using System;
|
|
|
|
public interface IUnityRewardedVideoManual
|
|
{
|
|
event Action OnRewardedVideoAdReady;
|
|
|
|
event Action<IronSourceError> OnRewardedVideoAdLoadFailed;
|
|
|
|
} |