lcy
1 天以前 e1757b8dac92acd3063b203e12390ccab30c9ffe
Main/System/PhantasmPavilion/PhantasmPavilionManager.LoadConfig.cs
@@ -128,4 +128,12 @@
            return string.Empty;
        return handler.GetGetWayString(id);
    }
    public int GetSortIndex(PhantasmPavilionType type, int id)
    {
        if (!TryGetHandlerValue(type, out var handler))
            return 0;
        if (!Has(type, id))
            return 0;
        return handler.GetSortIndex(id);
    }
}