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