Esempio n. 1
0
    public static PlayerVisitManager GetInstance()
    {
        if (instance == null)
        {
            instance = new PlayerVisitManager();
        }

        return(instance);
    }
Esempio n. 2
0
 private void Awake()
 {
     instance = this;
 }