Build fix attempt

This commit is contained in:
Aidan Brady 2013-06-01 23:15:03 -04:00
parent 20b206426d
commit 81674b19aa

View file

@ -0,0 +1,6 @@
package micdoodle8.mods.galacticraft.API;
public interface IEntityBreathable
{
public boolean canBreath();
}