This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
foundryvtt-beam-saber/module/item.js
2020-04-23 19:11:04 +03:00

6 lines
93 B
JavaScript

/**
* Extend the basic Item
* @extends {Item}
*/
export class BladesItem extends Item {
}