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

namespace Vuforia
{
    /// <summary>
    /// This is the main behaviour class that encapsulates smart terrain reconstruction behaviour.
    /// </summary> 
    public class ReconstructionBehaviour : ReconstructionAbstractBehaviour
    {
    }
}
