package com.hypixel.hytale.builtin.buildertools.prefabeditor.enums;
public enum PrefabStackingAxis {
X,
Z;
}