Example #1
0
 // Update is called once per frame
 public virtual void getType()
 {
     this_type = checkItem.type_mouse.hoan_thanh;
     if (!_GM.firstTime) {
         StartCoroutine (runningMachine (LevelControll.timeMachine));
     }
 }
Example #2
0
    // Update is called once per frame

    public virtual void getType()
    {
        this_type = checkItem.type_mouse.hoan_thanh;
        if (!_GM.firstTime)
        {
            StartCoroutine(runningMachine(LevelControll.timeMachine));
        }
    }