Add init weapon scraper
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace BlueLaminate.Scraper.Weapons;
|
||||
|
||||
/// <summary>A single CS2 weapon parsed from the Counter-Strike wiki.</summary>
|
||||
/// <param name="Name">Display name, e.g. "AK-47".</param>
|
||||
/// <param name="Type">Category from the wiki heading, e.g. "Pistols", "Assault Rifles".</param>
|
||||
/// <param name="Team">"CT", "T", or "Both".</param>
|
||||
public sealed record ScrapedWeapon(string Name, string Type, string Team);
|
||||
Reference in New Issue
Block a user