From 4782ecf53ab36f88b761c2534d1bc3ca2aff9178 Mon Sep 17 00:00:00 2001 From: fabjuuuh Date: Fri, 18 Sep 2020 11:01:27 +0200 Subject: [PATCH] Made methods for all the command still empty --- RH-Engine/CreateGraphics.cs | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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)