重复初始化
This commit is contained in:
parent
0ebf79b7cb
commit
ca3ee52ee2
|
@ -5,12 +5,6 @@ using UnityEngine;
|
||||||
|
|
||||||
public class Test : MonoBehaviour
|
public class Test : MonoBehaviour
|
||||||
{
|
{
|
||||||
private void Awake()
|
|
||||||
{
|
|
||||||
FireBaseSDKManager.Instance.Init();
|
|
||||||
AdjustManager.Instance.Init();
|
|
||||||
ShuShuMangage.Instance.Init();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void OnShowAd()
|
public void OnShowAd()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue