mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-04 20:14:31 +00:00
feat(models): add block model boxes + picking
This commit is contained in:
7
WeaveLoader.API/ModContext.cs
Normal file
7
WeaveLoader.API/ModContext.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WeaveLoader.API;
|
||||
|
||||
public static class ModContext
|
||||
{
|
||||
public static string? ModId { get; internal set; }
|
||||
public static string? ModFolder { get; internal set; }
|
||||
}
|
||||
Reference in New Issue
Block a user