mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-17 09:26:50 +08:00
create a setup builder impl from MicaSetup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MicaSetup.Design.Controls;
|
||||
|
||||
public class ShellPageSetting
|
||||
{
|
||||
public static Dictionary<string, Type> PageDict = new();
|
||||
}
|
||||
Reference in New Issue
Block a user