feat(mod): load bundles, add to game and to mechanic
This commit is contained in:
5
moe.yuyui.weebsights-port/Models/WeebSight.cs
Normal file
5
moe.yuyui.weebsights-port/Models/WeebSight.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using SPTarkov.Server.Core.Models.Common;
|
||||
|
||||
namespace moe.yuyui.weebsights_port.Models;
|
||||
|
||||
public record WeebSight(MongoId Id, string Asset, MongoId? CloneFromTpl);
|
||||
Reference in New Issue
Block a user