This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
lisa.gasche
/
HoHCI-BikeSteering
ter-fork dari
marcel.zickler/VRCycling
Liatin
2
Bintangi
0
Fork
0
Berkas
Pohon:
b187f94c6e
Ranting
Tag
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
Scripts
/
Roads
/
Road.cs
Road.cs
122 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
namespace Roads
{
public interface IRoad
{
float SlopeDeg { get; }
float MinY { get; }
}
}