예제 #1
0
    public static SebbTrack getInstance()
    {
        if (instance != null) {
            return instance;
        }

        instance = new SebbTrack ();
        return instance;
    }
예제 #2
0
 void Start()
 {
     instance = this;
     Track ("level_load", Application.loadedLevelName);
 }