ds4/templates/sheets/actor/tabs/creature-inventory.hbs

11 lines
297 B
Handlebars
Raw Normal View History

2021-06-26 22:02:00 +02:00
{{!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-FileCopyrightText: 2021 Gesina Schwalbe
SPDX-License-Identifier: MIT
--}}
2022-01-21 03:22:17 +01:00
<div class="ds4-sheet-tab tab inventory" data-group="primary" data-tab="inventory">
2021-04-13 21:40:52 +02:00
{{> systems/ds4/templates/sheets/actor/components/items-overview.hbs}}
</div>