Start of data comparison tables

This commit is contained in:
Jonathan
2025-04-27 19:42:47 -04:00
parent e820457176
commit cacbe6979e
5 changed files with 15 additions and 366 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
<MudDataGrid Items="@_entityWeapons.Take(4)">
<Columns>
<PropertyColumn Property="x => x.Range" Title="Nr"/>
<PropertyColumn Property="x => x.Range" Title="Range"/>
<PropertyColumn Property="x => x.Damage" Title="Damage"/>
<PropertyColumn Property="x => x.AttacksPerSecond" Title="Attacks Per Second"/>
</Columns>
</MudDataGrid>