namespace SPTarkov.Server.Web; /// /// This empty interface is used as a metadata marker to identify mod assemblies that integrate with Blazor or MVC. /// /// /// Implementing this interface signals to the host application to: /// /// /// Link the mod's wwwroot directory, enabling serving of static web assets (CSS, JS, etc.). /// /// /// Register the mod's Blazor components and pages for routing within the application. /// /// /// Register the mod's MVC controllers for use as APIs where necessary. /// /// /// /// This interface is intentionally empty but may be extended in the future to include additional metadata. /// public interface IModWebMetadata { }