コード例 #1
0
 /// <summary>
 /// Awake is called when the script instance is being loaded.
 /// </summary>
 void Awake()
 {
     if (main == null)
     {
         main = this;
     }
 }
コード例 #2
0
    /// <summary>
    /// Awake is called when the script instance is being loaded.
    /// </summary>
    void Awake()
    {
        if (main == null)
        {
            main = this;
        }

        //IAP 初始化
        IAP iap = IAP.main;
    }