7 lines
No EOL
217 B
TypeScript
7 lines
No EOL
217 B
TypeScript
import EntityLiving from "../entities/EntityLiving";
|
|
import ItemStack from "../inventories/ItemStack";
|
|
import IItemBehaviour from "./IItemBehaviour";
|
|
|
|
export default class ItemBehaviour implements IItemBehaviour {
|
|
|
|
} |