Beispiel #1
0
    private void Awake()
    {
        if (main == null)
        {
            main = this;
        }
        else if (main != this)
        {
            //Destroy(gameObject);
        }

        KeySetManager.InitializeDictionary();
    }