diff --git a/RH-Engine/CreateGraphics.cs b/RH-Engine/CreateGraphics.cs index a15e5b7..24023ce 100644 --- a/RH-Engine/CreateGraphics.cs +++ b/RH-Engine/CreateGraphics.cs @@ -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)