/// <summary>
    /// Called on initialization
    /// </summary>
    private void Awake()
    {
        Instance = this;

        projectId = "1f2ce23d-d05f-46b6-9592-5441df2c3991";
    }
Ejemplo n.º 2
0
 /// <summary>
 /// Called on initialization
 /// </summary>
 private void Awake()
 {
     Instance = this;
 }
 /// <summary>
 /// Called on initialization
 /// </summary>
 private void Awake()
 {
     // このクラスのインスタンスをシングルトンとして利用する。
     Instance = this;
 }