This website works better with JavaScript
Home
Explore
Help
Sign In
marcel.zickler
/
VRCycling
Watch
1
Star
0
Fork
2
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ee41f4da42
Branches
Tags
extensions/traffic-extension
master
VRCycling
/
Assets
/
Scripts
/
Roads
/
Road.cs
Road.cs
122 B
History
Raw
1
2
3
4
5
6
7
8
9
namespace Roads
{
public interface IRoad
{
float SlopeDeg { get; }
float MinY { get; }
}
}