7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
|
/**
|
||
|
* Extend the basic Item
|
||
|
* @extends {Item}
|
||
|
*/
|
||
|
export class BladesItem extends Item {
|
||
|
}
|