9 lines
124 B
Java
9 lines
124 B
Java
package ee3.common.item;
|
|
|
|
public class ItemInertStone extends ItemEE {
|
|
|
|
public ItemInertStone(int id) {
|
|
super(id);
|
|
}
|
|
|
|
}
|