Updated namespace on Sample
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 22s

This commit is contained in:
Pascal Serrarens 2026-05-08 09:10:47 +02:00
parent 4235f260b4
commit 0d17b4becd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
using UnityEngine;
namespace Breitenberg {
namespace NanoBrain.Breitenberg {
public class Sensor : MonoBehaviour {
public float sensorRange = 10f;

View File

@ -1,6 +1,6 @@
using UnityEngine;
namespace Breitenberg {
namespace NanoBrain.Breitenberg {
public class Vehicle : MonoBehaviour {
[Header("Sensors")]