Migrated to RoboidControl

This commit is contained in:
Pascal Serrarens 2025-04-05 17:06:40 +02:00
parent 390f7807cd
commit 2ebf4b4040

View File

@ -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);
}
}
}
}
#endif