Added character_id to character template

This commit is contained in:
Justin Edmund 2022-11-19 06:02:33 -08:00
parent 33cef2050c
commit c45a54e222

View file

@ -2,6 +2,7 @@ object :character
attributes :id,
:granblue_id,
:character_id,
:rarity,
:element,
:gender,