LeRatierBretonnien a0f42204d5
All checks were successful
Release Creation / build (release) Successful in 2m31s
Fix templates for new appv2
2025-06-02 23:25:49 +02:00

8 lines
201 B
JavaScript

import { RdDItem } from "../item.js";
export default class RdDItemTarot extends RdDItem {
static get defaultIcon() {
return 'systems/foundryvtt-reve-de-dragon/icons/tarots/dos-tarot.webp'
}
}