feat(sights): added sights to the filters

This commit is contained in:
Yui
2025-11-04 00:29:53 -03:00
parent 9103b884f2
commit 99c737c672
3 changed files with 42 additions and 9 deletions

View File

@@ -2,4 +2,4 @@ using SPTarkov.Server.Core.Models.Common;
namespace moe.yuyui.weebsights_port.Models;
public record WeebSight(MongoId Id, string Asset, MongoId? CloneFromTpl);
public record WeebSight(MongoId Id, string Asset, MongoId CloneFromTpl);