This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
lisa.gasche
/
HoHCI-BikeSteering
forkattu lähteestä
marcel.zickler/VRCycling
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Puu:
197c6ec4ea
Haarat
Tagit
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
Scripts
/
Controller
/
Lean
/
ILeanController.cs
ILeanController.cs
114 B
Historia
Raaka
1
2
3
4
5
6
7
namespace Controller.Lean
{
public interface ILeanController
{
float LeanAngle { get; }
}
}