9 lines
209 B
Java
9 lines
209 B
Java
![]() |
package WayofTime.bloodmagic.annot;
|
||
|
|
||
|
/**
|
||
|
* Classes annotated with this will automatically be registered to the
|
||
|
* {@link net.minecraftforge.common.MinecraftForge#EVENT_BUS}.
|
||
|
*/
|
||
|
public @interface Handler {
|
||
|
}
|