This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
marcel.zickler
/
VRCycling
Segui
1
Vota
0
Forka
2
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
be6f12f0eb
Rami (Branch)
Tag
extensions/traffic-extension
master
VRCycling
/
Assets
/
Scripts
/
Controller
/
Lean
/
ILeanController.cs
ILeanController.cs
114 B
Cronologia
Originale
1
2
3
4
5
6
7
namespace Controller.Lean
{
public interface ILeanController
{
float LeanAngle { get; }
}
}