Core: Add a Maker field for GameModDescriptors.

This commit is contained in:
Admiral H. Curtiss
2022-01-02 06:06:53 +01:00
parent 85d2ea0dd2
commit 2906889804
4 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,9 @@
"display-name": {
"type": "string"
},
"maker": {
"type": "string"
},
"banner": {
"type": "string"
},