Made methods for all the command still empty

This commit is contained in:
fabjuuuh
2020-09-18 11:01:27 +02:00
parent a9036e6fc2
commit 4782ecf53a

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)