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