Merge pull request #4438 from AppliedEnergistics/drive-state-sync

Refactored drive state sync
This commit is contained in:
shartte
2020-07-02 12:18:40 +02:00
committed by GitHub
8 changed files with 89 additions and 38 deletions
@@ -50,5 +50,5 @@ public enum CellState {
/**
* Full cell, technically could have free types
*/
FULL,
FULL;
}