package com.hypixel.hytale.procedurallib.logic.cell;
public enum MeasurementMode {
CENTRE_DISTANCE,
BORDER_DISTANCE;
}