blob: f6d80ea54c93b12a95a0056d2ed2da3b3560e5e6 [file] [log] [blame] [raw]
package appeng.api.config;
public enum OperationMode
{
FILL, EMPTY
}