Applied-Energistics-2-tiler.../src/main/java/appeng/integration/IntegrationStage.java
thatsIch 76b147fd5b Improved readability of variables
Hopefully improved semantics of variables

Fixed typos

Added hyphenations
2014-09-28 12:21:34 +02:00

11 lines
108 B
Java

package appeng.integration;
public enum IntegrationStage
{
PRE_INIT, INIT, POST_INIT,
FAILED, READY
}