2015-11-02 20:39:44 +00:00
|
|
|
package WayofTime.bloodmagic.api.iface;
|
|
|
|
|
2016-03-23 01:10:05 +00:00
|
|
|
/**
|
2016-04-05 20:16:17 +00:00
|
|
|
* Used for all {@link WayofTime.bloodmagic.api.impl.ItemSigil} <b>EXCEPT</b>
|
|
|
|
* Sigils of Holdings.
|
2016-03-23 01:10:05 +00:00
|
|
|
*/
|
2015-12-30 20:34:40 +00:00
|
|
|
public interface ISigil
|
|
|
|
{
|
2015-11-02 20:39:44 +00:00
|
|
|
}
|