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:
1117088d50
Haarat
Tagit
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
Scripts
/
Roads
/
Road.cs
Road.cs
122 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
namespace Roads
{
public interface IRoad
{
float SlopeDeg { get; }
float MinY { get; }
}
}