diff options
Diffstat (limited to 'Client/Assembly-CSharp/GoogleMobileAds/Api/AdErrorEventArgs.cs')
-rw-r--r-- | Client/Assembly-CSharp/GoogleMobileAds/Api/AdErrorEventArgs.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/GoogleMobileAds/Api/AdErrorEventArgs.cs b/Client/Assembly-CSharp/GoogleMobileAds/Api/AdErrorEventArgs.cs new file mode 100644 index 0000000..ab105d0 --- /dev/null +++ b/Client/Assembly-CSharp/GoogleMobileAds/Api/AdErrorEventArgs.cs @@ -0,0 +1,9 @@ +using System; + +namespace GoogleMobileAds.Api +{ + public class AdErrorEventArgs : EventArgs + { + public string Message { get; set; } + } +} |