Projekt

Obecné

Profil

Stáhnout (275 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using System.Collections;
2
using System.Collections.Generic;
3
using UnityEngine;
4
using DeltaRobotVr;
5

    
6
public class CurrentDirectionArrow : ArrowScript
7
{
8
    protected override Single3 getVector()
9
    {
10
        return Client.Instance.CurrentDirectionVector;
11
    }
12
}
(9-9/16)