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

7 lines
93 B
JavaScript
Raw Normal View History

2020-04-23 16:11:04 +00:00
/**
* Extend the basic Item
* @extends {Item}
*/
export class BladesItem extends Item {
}