1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-23 17:13:38 +02:00

good work me

This commit is contained in:
Ellpeck 2020-03-17 20:04:10 +01:00
parent 06ca5a8c04
commit d07f470da3

View file

@ -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; }