Fix char data typedef
This commit is contained in:
parent
a4a0ec1669
commit
c1b395fc49
|
@ -112,6 +112,5 @@
|
|||
* @property {string} chat - name of the current chat file chat
|
||||
* @property {string} avatar - file name of the avatar image (acts as a unique identifier)
|
||||
* @property {string} json_data - the full raw JSON data of the character
|
||||
* @property {number} queueOrder - Characters position in the char queue. #1 is currently generating.
|
||||
*/
|
||||
export default 0;// now this file is a module
|
||||
|
|
Loading…
Reference in New Issue