Initialize the data model and register it

This commit is contained in:
Oliver-Akins 2024-12-10 01:19:11 -07:00
parent b33258ec54
commit 5933473e4a
3 changed files with 21 additions and 1 deletions

View file

@ -1 +1,7 @@
{}
{
"TYPES": {
"Actor": {
"hero": "Hero"
}
}
}