예제 #1
0
    public override void ApplyModifier(GameObject avatar)
    {
        AvatarShape avatarShape = avatar.GetComponent <AvatarShape>();

        if (avatarShape != null)
        {
            avatarShape.DisablePassport();
        }
    }