export const enum ESide {
    NS = 0, // North-South
    WE = 1  // West-East
};
