Updating Mudblazor Version
This commit is contained in:
@@ -34,13 +34,12 @@
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
@code {
|
||||
|
||||
[Parameter]
|
||||
public int ForPlayer { get; set; }
|
||||
[Parameter] public int ForPlayer { get; set; }
|
||||
|
||||
private int TownHallCount => economyComparisonService.GetTownHallCount(ForPlayer);
|
||||
private string ChartColor => economyComparisonService.GetColor(ForPlayer);
|
||||
|
||||
Reference in New Issue
Block a user