Moved BB2B into RoboidControl namespace

This commit is contained in:
Pascal Serrarens 2025-05-03 10:09:29 +02:00
parent cd76da6a7d
commit 257077eab8
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@

using RoboidControl;
namespace RoboidControl {
class BB2B : Thing {
readonly DifferentialDrive drive;
@ -34,4 +34,6 @@ class BB2B : Thing {
base.Update(currentTimeMs, recurse);
}
}
}

View File

@ -1,4 +1,5 @@
using System.Threading;
using RoboidControl;
class Program {
static void Main() {