Adding Parent Connection for Parts
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<h3>WeaponTable</h3>
|
||||
|
||||
|
||||
<MudDataGrid Items="@_entityWeapons.Take(4)">
|
||||
<MudDataGrid Items="@_entityWeapons">
|
||||
<Columns>
|
||||
<PropertyColumn Property="x => x.Range" Title="Range"/>
|
||||
<PropertyColumn Property="x => x.Damage" Title="Damage"/>
|
||||
<PropertyColumn Property="x => x.AttacksPerSecond" Title="Attacks Per Second"/>
|
||||
<PropertyColumn Property="x => x.Parent.GetName()" Title="Owner Name"/>
|
||||
</Columns>
|
||||
</MudDataGrid>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user