Added more symbols to the game, added gates blocking pathfinding and improved DSL feedback system with enum for better control and UX
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public enum NodeResult
|
||||
{
|
||||
SUCCESS,
|
||||
FAILURE,
|
||||
RUNNING
|
||||
}
|
||||
Reference in New Issue
Block a user