Exemple #1
0
    private void Awake()
    {
        if (StartNode)
        {
            Initialize();
        }

        instance = this;
    }
Exemple #2
0
 private void Awake()
 {
     instance = this;
 }