void Start()
    {
        TimeMain = FindObjectOfType <MainTimeScript>();

        SleepTime = false;
    }
Example #2
0
 void Start()
 {
     _clToDBase      = (MainTimeScript)this.GetComponent(typeof(MainTimeScript));
     _bTodDebugOn    = false;
     _bMoreDebugInfo = false;
 }