1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Added NotPlaceable Interface

This commit is contained in:
Admin 2016-12-30 10:48:58 +01:00
parent 5b990aa4c5
commit 042ce48272

View File

@ -0,0 +1,5 @@
package me.mrCookieSlime.Slimefun.Objects.SlimefunItem.Interfaces;
public interface NotPlaceable {
}