using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DeltaRobotVr;
public class CurrentDirectionArrow : ArrowScript
{
protected override Single3 getVector()
return Client.Instance.CurrentDirectionVector;
}