Projekt

Obecné

Profil

Stáhnout (275 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 25010c40 kovi
using System.Collections;
2
using System.Collections.Generic;
3
using UnityEngine;
4
using DeltaRobotVr;
5
6
public class DesiredDirectionArrow : ArrowScript
7
{
8
    protected override Single3 getVector()
9
    {
10
        return Client.Instance.DesiredDirectionVector;
11
    }
12
}