mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-21 21:24:30 +00:00
8 lines
177 B
C#
8 lines
177 B
C#
namespace WeaveLoader.API;
|
|
|
|
public static class ModContext
|
|
{
|
|
public static string? ModId { get; internal set; }
|
|
public static string? ModFolder { get; internal set; }
|
|
}
|