﻿/*===============================================================================
Copyright (c) 2016 PTC Inc. All Rights Reserved.

Confidential and Proprietary - Protected under copyright and other laws.
Vuforia is a trademark of PTC Inc., registered in the United States and other 
countries.
===============================================================================*/

using UnityEngine;

namespace Vuforia
{
    /// <summary>
    /// This class serves both as an augmentation definition for a VuMark template in the editor
    /// as well as a tracked VuMark result at runtime
    /// </summary>
    public class VuMarkBehaviour : VuMarkAbstractBehaviour
    {
    }
}
