This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
marcel.zickler
/
VRCycling
Suivre
1
Voter
0
Fork
2
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
7d009f35fc
Branches
Tags
extensions/traffic-extension
master
VRCycling
/
Assets
/
Scripts
/
Controller
/
Lean
/
ILeanController.cs
ILeanController.cs
114 B
Historique
Raw
1
2
3
4
5
6
7
namespace Controller.Lean
{
public interface ILeanController
{
float LeanAngle { get; }
}
}