yyl
2026-03-26 f4a702e212d1853735f8dae399da69d23bfa510e
Main/System/PhantasmPavilion/PhantasmPavilionChatBoxHandler.cs
@@ -63,5 +63,8 @@
    {
        return ChatBubbleBoxConfig.Get(id).GetWayString;
    }
    public int GetSortIndex(int id)
    {
        return ChatBubbleBoxConfig.Get(id).SortIndex;
    }
}