diff --git a/Assets/Scripts/UI/InGame/WebViewController.cs b/Assets/Scripts/UI/InGame/WebViewController.cs index 1c2fe4fa08ee59a9d55ccb1ac7d672be78cfcf1f..9211244bff89053fb2640707140f1ce9215d2bc1 100644 --- a/Assets/Scripts/UI/InGame/WebViewController.cs +++ b/Assets/Scripts/UI/InGame/WebViewController.cs @@ -78,7 +78,7 @@ private void DeRegisterBrowserEventhandlers() /// <summary> /// sets or updates the content of the scroll container dom element /// </summary> - /// <param name="scrollHTML"></param> + /// <param name="scroll"></param> private async void SetScrollContent(Scroll scroll) { // update scroll container content diff --git a/Assets/ServerSlotComponent.cs b/Assets/Scripts/UI/NetwMenu/ServerSlotComponent.cs similarity index 100% rename from Assets/ServerSlotComponent.cs rename to Assets/Scripts/UI/NetwMenu/ServerSlotComponent.cs diff --git a/Assets/ServerSlotComponent.cs.meta b/Assets/Scripts/UI/NetwMenu/ServerSlotComponent.cs.meta similarity index 100% rename from Assets/ServerSlotComponent.cs.meta rename to Assets/Scripts/UI/NetwMenu/ServerSlotComponent.cs.meta