Updated all names files to use 'base' instead of 'key' to avoid validation issues
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "NetworkTestPlayerComponentBusHandler",
|
||||
"base": "NetworkTestPlayerComponentBusHandler",
|
||||
"context": "EBusHandler",
|
||||
"variant": "",
|
||||
"details": {
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "CreateInput",
|
||||
"base": "CreateInput",
|
||||
"details": {
|
||||
"name": "Create Input"
|
||||
},
|
||||
@@ -32,7 +32,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "ProcessInput",
|
||||
"base": "ProcessInput",
|
||||
"details": {
|
||||
"name": "Process Input"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user