Exemplo n.º 1
0
    // Use this for initialization
    void Awake()
    {
        _Instance       = this;
        JiaShiStarCount = 0;
        JiShiLevelTPos  = GetComponent <TweenPosition>();

        gameObject.SetActive(false);
        JiShiLevelTPos.enabled = false;
        ResetJiaShiStar();
    }
Exemplo n.º 2
0
 void ActiveJiaShiLevel()
 {
     JiaShiLevelCtrl.GetInstance().ShowJiaShiLevel();
 }