Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package appeng.tile;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
import appeng.tile.events.TileEventType;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface TileEvent {
|
||||
|
||||
TileEventType value();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user