예제 #1
0
    void Awake()
    {
        Instance = this;

        mIgniteLoaded = false;

        FuelSDKCommon.Log(FuelSDKCommon.LogLevel.DEBUG, "FuelIgnite Awake!");
    }
예제 #2
0
 void OnDestroy()
 {
     Instance = null;
 }