Remove gitmodules
Integrate api and lang into core
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package appeng.api.networking;
|
||||
|
||||
public enum GridNotification
|
||||
{
|
||||
/**
|
||||
* the visible connections for this node have changed, useful for cable.
|
||||
*/
|
||||
ConnectionsChanged,
|
||||
}
|
||||
Reference in New Issue
Block a user