Moved BB2B into RoboidControl namespace
This commit is contained in:
parent
cd76da6a7d
commit
257077eab8
@ -1,5 +1,5 @@
|
||||
|
||||
using RoboidControl;
|
||||
namespace RoboidControl {
|
||||
|
||||
class BB2B : Thing {
|
||||
readonly DifferentialDrive drive;
|
||||
@ -35,3 +35,5 @@ class BB2B : Thing {
|
||||
base.Update(currentTimeMs, recurse);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
using System.Threading;
|
||||
using RoboidControl;
|
||||
|
||||
class Program {
|
||||
static void Main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user