@SideOnly(Side.CLIENT)

This commit is contained in:
DarkGuardsman 2013-09-05 20:45:55 -04:00
parent e3da60edf2
commit 298f5ad91b
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,9 @@
package dark.farmtech.client;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import dark.farmtech.CommonProxy;
@SideOnly(Side.CLIENT)
public class ClientProxy extends CommonProxy
{

View file

@ -1,5 +1,9 @@
package dark.farmtech.client;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
@SideOnly(Side.CLIENT)
public class GuiCompostBox
{