Updated namespace on Sample
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 22s
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 22s
This commit is contained in:
parent
4235f260b4
commit
0d17b4becd
@ -1,6 +1,6 @@
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Breitenberg {
|
namespace NanoBrain.Breitenberg {
|
||||||
|
|
||||||
public class Sensor : MonoBehaviour {
|
public class Sensor : MonoBehaviour {
|
||||||
public float sensorRange = 10f;
|
public float sensorRange = 10f;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Breitenberg {
|
namespace NanoBrain.Breitenberg {
|
||||||
|
|
||||||
public class Vehicle : MonoBehaviour {
|
public class Vehicle : MonoBehaviour {
|
||||||
[Header("Sensors")]
|
[Header("Sensors")]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user