Skip to content

Instantly share code, notes, and snippets.

/Constants.java Secret

Created November 12, 2014 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/446017088f130204e382 to your computer and use it in GitHub Desktop.
Save anonymous/446017088f130204e382 to your computer and use it in GitHub Desktop.
package com.orangeTutorial.tutorialorange.lib;
public class Constants {
public static final String MOD_ID = "tutorialorange";
public static final String MOD_NAME = "Tutorial Orange";
public static final String VERSION = "1.0";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment