Exemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        TimeElapsed = 0;

        LevelManager = GameObject.Find("Level");
        LevelManagerScript = LevelManager.GetComponent<lvl>();
    }
Exemplo n.º 2
0
 void Start()
 {
     LevelManager = GameObject.Find ("Level").GetComponent<lvl> ();
     Enabled = true;
 }
Exemplo n.º 3
0
 public IEnumerable <Detail> Ch_LVL_NOW(lvl data)
 {
     return(repository.Ch_LVL_NOW(data));
 }