2024-10-27 13:00:20 +00:00
|
|
|
import EntityLiving from "../entities/EntityLiving";
|
|
|
|
import ItemStack from "../inventories/ItemStack";
|
|
|
|
import IItemBehaviour from "./IItemBehaviour";
|
2023-11-05 00:55:23 +00:00
|
|
|
|
|
|
|
export default class ItemBehaviour implements IItemBehaviour {
|
|
|
|
|
|
|
|
}
|