feat(mod): load bundles, add to game and to mechanic

This commit is contained in:
Yui
2025-11-03 23:18:51 -03:00
parent fb5666c499
commit 9103b884f2
7 changed files with 203 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
using SPTarkov.Server.Core.Models.Common;
namespace moe.yuyui.weebsights_port.Interfaces;
public interface IWeebSightEnum
{
}