mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-28 09:59:49 +08:00
10 lines
185 B
C#
10 lines
185 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace MicaSetup.Design.Controls;
|
|
|
|
public class ShellPageSetting
|
|
{
|
|
public static Dictionary<string, Type> PageDict = new();
|
|
}
|