Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.29 KB | None | 0 0
  1. public MinecartManiaCore(PluginLoader pluginLoader, Server instance,
  2.             PluginDescriptionFile desc, File folder, File plugin,
  3.             ClassLoader cLoader) {
  4.         super(pluginLoader, instance, desc, folder, plugin, cLoader);
  5.         server = instance;
  6.         description = desc;
  7.     }
  8.     public static Server server;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement