import { Behaviour } from "../Component.js";

/** This component is just used as a marker on objects for WebXR teleportation  
 * The default XRControllerMovement script checks if this component is on the object you are pointing at and if so it will teleport to that location if triggered  
 * If the component is not present it won't teleport  
 */
export class TeleportTarget extends Behaviour {

}
