Add character to core

This commit is contained in:
Zackhasacat 2023-10-25 21:05:14 -05:00
parent 15bee21286
commit f0640da21e
2 changed files with 8 additions and 4 deletions

View file

@ -14,9 +14,12 @@
-- A read-only list of all @{#FactionRecord}s in the world database.
-- @field [parent=#core] #list<#FactionRecord> factions
--- @{#Character}: Class and Character Data
-- @field [parent=#core] #Character character
---
-- A read-only list of all @{#ClassRecord}s in the world database.
-- @field [parent=#core] #list<#ClassRecord> classes
-- @field [parent=#Character] #list<#ClassRecord> classes
---
-- Terminates the game and quits to the OS. Should be used only for testing purposes.