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

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