Updated
This commit is contained in:
@@ -7,14 +7,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": {
|
||||
"$ref": "types/base_priority.json"
|
||||
},
|
||||
"probability": {
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"description": "The probability that the mob will use the goal.",
|
||||
"title": "TODO title"
|
||||
}
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"probability": { "type": "number", "minimum": 0, "description": "The probability that the mob will use the goal.", "title": "TODO Title" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user