更新max
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
/**
|
||||
* AppLovin MAX Unity Plugin C# Wrapper
|
||||
*/
|
||||
|
||||
using UnityEngine;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
//
|
||||
// AppLovin MAX Unity Plugin C# Wrapper
|
||||
//
|
||||
|
||||
public class MaxSdk :
|
||||
#if UNITY_EDITOR
|
||||
@@ -18,7 +14,7 @@ public class MaxSdk :
|
||||
MaxSdkUnityEditor
|
||||
#endif
|
||||
{
|
||||
private const string _version = "7.0.0";
|
||||
private const string _version = "8.6.3";
|
||||
|
||||
/// <summary>
|
||||
/// Returns the current plugin version.
|
||||
|
||||
Reference in New Issue
Block a user