Initial commit + 1.0.0
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package com.example;
|
||||
|
||||
import net.runelite.client.RuneLite;
|
||||
import net.runelite.client.externalplugins.ExternalPluginManager;
|
||||
|
||||
public class ExamplePluginTest
|
||||
{
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
ExternalPluginManager.loadBuiltin(ExamplePlugin.class);
|
||||
RuneLite.main(args);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.toofifty.easygiantsfoundry;
|
||||
|
||||
import net.runelite.client.RuneLite;
|
||||
import net.runelite.client.externalplugins.ExternalPluginManager;
|
||||
|
||||
public class EasyGiantsFoundryPluginTest
|
||||
{
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
ExternalPluginManager.loadBuiltin(EasyGiantsFoundryPlugin.class);
|
||||
RuneLite.main(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user