﻿/*==============================================================================
Copyright (c) 2013-2014 Qualcomm Connected Experiences, Inc.
All Rights Reserved.
Confidential and Proprietary - Protected under copyright and other laws.
==============================================================================*/

using UnityEngine;

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