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


namespace Vuforia
{
    /// <summary>
    /// This class serves both as an augmentation definition for a Surface in the editor
    /// as well as a reconstructed and tracked surface result at runtime
    /// </summary>
    public class SurfaceBehaviour : SurfaceAbstractBehaviour
    {
    }
}
