This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
christopher.katins
/
HoHCI-BikeSim
másolva
marcel.zickler/VRCycling
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Fa:
d8ca46c817
Branch-ok
Tag-ek
master
HoHCI-BikeSim
/
Assets
/
Scripts
/
Controller
/
Lean
/
ILeanController.cs
ILeanController.cs
114 B
Előzmények
Nyers
1
2
3
4
5
6
7
namespace Controller.Lean
{
public interface ILeanController
{
float LeanAngle { get; }
}
}