Ejemplo n.º 1
0
    public static SebbTrack getInstance()
    {
        if (instance != null) {
            return instance;
        }

        instance = new SebbTrack ();
        return instance;
    }
Ejemplo n.º 2
0
 void Start()
 {
     instance = this;
     Track ("level_load", Application.loadedLevelName);
 }