game patch(Immortal) 0.0.6.9121a patch updates, plus WIP build calculator code
This commit is contained in:
@@ -22,15 +22,8 @@ else
|
||||
|
||||
private EntityModel Entity => DATA.Get()[EntityId];
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
Console.Write(Entity.Info().Name);
|
||||
}
|
||||
|
||||
void EntityLabelClicked()
|
||||
{
|
||||
Console.WriteLine("EntityLabelClicked()");
|
||||
|
||||
entityDialogService.AddDialog(EntityId);
|
||||
}
|
||||
}
|
||||
@@ -26,7 +26,7 @@
|
||||
{
|
||||
<div class="navMenuPosition">
|
||||
<div class="navMenuContainer">
|
||||
<DesktopNavSectionComponent Section=webSection/>
|
||||
<DesktopNavSectionComponent Section=webSection> </DesktopNavSectionComponent>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
@@ -141,7 +141,6 @@
|
||||
|
||||
void MenuClicked(int menuName)
|
||||
{
|
||||
Console.WriteLine($"MenuClicked {menuName}");
|
||||
navigationService.ChangeNavigationSectionId(menuName);
|
||||
}
|
||||
|
||||
@@ -152,7 +151,6 @@
|
||||
|
||||
void HoverOut(MouseEventArgs mouseEventArgs)
|
||||
{
|
||||
Console.WriteLine(NavigationStateType.Default);
|
||||
navigationService.ChangeNavigationState(NavigationStateType.Default);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user