Skip to content

Instantly share code, notes, and snippets.

@Nucleareal
Created November 9, 2013 14:08
Show Gist options
  • Save Nucleareal/7385773 to your computer and use it in GitHub Desktop.
Save Nucleareal/7385773 to your computer and use it in GitHub Desktop.
よろしくお願いします。
public static final boolean isDebug = true;
public static final String SPX = isDebug ? "net.minecraft.src." : "";
public static final String CSD = SPX + "nucleareal.animalcrossing.client.ClientProxy";
public static final String SSD = SPX + "nucleareal.animalcrossing.CommonProxy";
@SidedProxy(clientSide = CSD, serverSide = SSD)
public static CommonProxy proxy;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment