blob: 41e580a2ba722f10c4fbe62430c7f4669f5f6b27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
package jp.plusplus.fbs.tileentity;
import net.minecraft.tileentity.TileEntity;
/**
* Created by pluslus_F on 2015/06/24.
* MCE2ショップ、魔女の鏡
*/
public class TileEntityMirror extends TileEntity {
}
|