Projekt

Obecné

Profil

Stáhnout (189 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
namespace DeltaRobotVr
2
{
3
    public class CurrentDirectionArrow : ArrowScript
4
    {
5
        protected override Single3 GetVector() => Client.Instance.CurrentDirectionVector;
6
    }
7
}
(7-7/16)