Start of data comparison tables
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user