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

namespace Vuforia
{
    /// <summary>
    /// This Monobehaviour supplements the ReconstructionAbstractBehaviour with target initialization specific functionality
    /// </summary> 
    public class ReconstructionFromTargetBehaviour : ReconstructionFromTargetAbstractBehaviour
    {
    }
}
