Skip to content

Commit

Permalink
test: revert to old FieldTarget spec
Browse files Browse the repository at this point in the history
  • Loading branch information
streamside committed Feb 9, 2022
1 parent 12ef68b commit 61ab231
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions apis/stardust/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1795,6 +1795,33 @@
"returns": {
"type": "number"
}
},
"added": {
"optional": true,
"kind": "function",
"params": [
{
"type": "T"
},
{
"type": "EngineAPI.IGenericObjectProperties"
}
]
},
"removed": {
"optional": true,
"kind": "function",
"params": [
{
"type": "T"
},
{
"type": "EngineAPI.IGenericObjectProperties"
},
{
"type": "number"
}
]
}
}
},
Expand Down

0 comments on commit 61ab231

Please sign in to comment.