Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
74be09d6e4c27a57c7193c4fa3f50a44ad4debc3
/
.
/
src
/
api
/
java
/
appeng
/
api
/
networkevents
/
MENetworkEventSubscribe.java
blob: cb760483f7ffb471167cd6137171f4611b8fcef0 [
file
] [
log
] [
blame
] [
raw
]
package
appeng
.
api
.
networkevents
;
import
java
.
lang
.
annotation
.
Retention
;
import
java
.
lang
.
annotation
.
RetentionPolicy
;
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
MENetworkEventSubscribe
{
}