예제 #1
0
    public override void Update()
    {
        base.Update();

        if (!thiefMain.photonView.IsMine)
        {
            if (thiefMain.usingInvisibility)
            {
                thiefMain.ChangeTransparency();
            }
            else
            {
                thiefMain.DisableTransparency();
            }
        }
    }