From 2ebf4b40402721220ae9c77b4a5202fc6722477b Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Sat, 5 Apr 2025 17:06:40 +0200 Subject: [PATCH] Migrated to RoboidControl --- Examples/BB2B/Program.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Examples/BB2B/Program.cs b/Examples/BB2B/Program.cs index d4a57f2..4990590 100644 --- a/Examples/BB2B/Program.cs +++ b/Examples/BB2B/Program.cs @@ -1,6 +1,7 @@ using System.Threading; using RoboidControl; +#if !UNITY_5_3_OR_NEWER class BB2B { static void Main() { // The robot's propulsion is a differential drive @@ -28,4 +29,5 @@ class BB2B { Thread.Sleep(100); } } -} \ No newline at end of file +} +#endif \ No newline at end of file