mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
good work me
This commit is contained in:
parent
06ca5a8c04
commit
d07f470da3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace MLEM.Ui.Elements {
|
|||
this.InitStyle(this.system.Style);
|
||||
}
|
||||
}
|
||||
protected UiControls Controls;
|
||||
public UiControls Controls;
|
||||
protected InputHandler Input => this.Controls.Input;
|
||||
public Element Parent { get; private set; }
|
||||
public RootElement Root { get; internal set; }
|
||||
|
|
Loading…
Reference in a new issue