feat(models): add block model boxes + picking

This commit is contained in:
Jacobwasbeast
2026-03-11 15:12:35 -05:00
parent 6fabb8fd39
commit 788b7167a2
26 changed files with 1429 additions and 4 deletions

View 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; }
}