This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package apoc.template; | |
import apoc.core.core.handler.TickHandler; | |
import apoc.core.plugin.ApocPlugin; | |
import cpw.mods.fml.common.event.FMLPreInitializationEvent; | |
import cpw.mods.fml.relauncher.Side; | |
import cpw.mods.fml.relauncher.SideOnly; | |
/** | |
* Created by thomas on 3/20/14. |
NewerOlder