namespace LunaWolfStudiosEditor.ScriptableSheets.Tables { public enum JsonSerializationFormat { Flat = 0, Hierarchy = 1, } }