mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-25 06:17:59 +01:00
8 lines
141 B
Java
8 lines
141 B
Java
|
package com.minelittlepony.unicopia.entity;
|
||
|
|
||
|
import net.minecraft.entity.passive.IAnimals;
|
||
|
|
||
|
public interface IMagicals extends IAnimals {
|
||
|
|
||
|
}
|