Add granblue_id to WeaponKeyBlueprint

This commit is contained in:
Justin Edmund 2023-03-15 03:04:11 -07:00
parent 74a70b8ecd
commit 8ff5a5a1e9

View file

@ -10,7 +10,7 @@ module Api
}
end
fields :slug, :series, :slot, :group, :order
fields :granblue_id, :slug, :series, :slot, :group, :order
end
end
end