package com.hypixel.hytale.builtin.asseteditor.data;
public enum AssetState {
CHANGED,
NEW,
DELETED;
}