mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-22 05:34:36 +00:00
9 lines
239 B
C#
9 lines
239 B
C#
namespace WeaveLoader.API;
|
|
|
|
public static class ModContext
|
|
{
|
|
public static string? ModId { get; internal set; }
|
|
public static string? ModFolder { get; internal set; }
|
|
public static string? ApiModFolder { get; internal set; }
|
|
}
|