mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
7 lines
123 B
C#
7 lines
123 B
C#
namespace Shigure;
|
|
|
|
internal static class AppPaths
|
|
{
|
|
public static string BaseDirectory => AppContext.BaseDirectory;
|
|
}
|