Renderer/net/lore.json
2024-06-07 19:42:48 -04:00

29 lines
917 B
JSON

{
"outputPath" : "./src/main/java/electrosphere/net/parser/",
"packageName" : "electrosphere.net.parser",
"categories":[
{
"categoryName" : "Lore",
"data" : [
{
"name" : "data",
"type" : "VAR_STRING"
}
],
"messageTypes" : [
{
"messageName" : "RequestRaces",
"description" : "Requests the data for all races available to the character to play",
"data" : []
},
{
"messageName" : "ResponseRaces",
"description" : "Responds with the data on all races available for play",
"data" : [
"data"
]
}
]
}
]
}