WeaponTable

@code { IEnumerable _entityWeapons = DATA.Get() .SelectMany(e => e.Value.EntityParts) .OfType() .ToList(); }