Migrated to RoboidControl
This commit is contained in:
parent
390f7807cd
commit
2ebf4b4040
@ -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
|
Loading…
x
Reference in New Issue
Block a user