merge Develop into master #2

Merged
SemvdH merged 81 commits from develop into master 2020-09-18 14:44:28 +00:00
Showing only changes of commit 4782ecf53a - Show all commits

View File

@@ -30,6 +30,31 @@ namespace RH_Engine
return JsonConvert.SerializeObject(Payload(payload));
}
public string DeleteGroundPaneCommand()
{
return "";
}
public string ModelCommand()
{
return "";
}
public string RouteCommand()
{
return "";
}
public string FollowRouteCommand()
{
return "";
}
public string RoadCommand()
{
return "";
}
public string SkyboxCommand(double timeToSet)
{
if (timeToSet < 0 || timeToSet > 24)