cleanup console stuff

This commit is contained in:
2024-04-06 15:16:03 +03:00
parent e7dc19b1a1
commit c17614e393
13 changed files with 270 additions and 370 deletions

View File

@@ -48,9 +48,8 @@ public class ConsoleContentTextBox : Control
{
}
public ConsoleContentTextBox(FontReference font, ConsoleInputTextBox inputBox, float x, float y, float width,
float height) : base(
x, y, width, height)
public ConsoleContentTextBox(FontReference font, ConsoleInputTextBox inputBox, float x, float y, float width, float height)
: base(x, y, width, height)
{
this.inputBox = inputBox;
Height = height;