Add actor grabbing method #72
Annotations
10 warnings
src/Core/Worlds/World.cs#L125
Unboxing a possibly null value.
|
src/Core/NeuralNetwork/Brain.cs#L42
Converting null literal or possible null value to non-nullable type.
|
src/Core/NeuralNetwork/Brain.cs#L42
Possible null reference assignment.
|
src/Core/NeuralNetwork/Brain.cs#L43
Converting null literal or possible null value to non-nullable type.
|
src/Core/NeuralNetwork/Brain.cs#L43
Possible null reference assignment.
|
src/Core/NeuralNetwork/Brain.cs#L44
Converting null literal or possible null value to non-nullable type.
|
src/Core/NeuralNetwork/Brain.cs#L44
Possible null reference assignment.
|
src/Core/NeuralNetwork/Brain.cs#L40
Non-nullable property 'SupplementingNodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Core/NeuralNetwork/Brain.cs#L40
Non-nullable property 'AugmentingNodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Core/NeuralNetwork/Brain.cs#L40
Non-nullable property 'NeuralConnections' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading