interface name consistency

This commit is contained in:
2024-03-13 10:39:22 +01:00
parent 2ab5a38894
commit 4ab3d868c1
37 changed files with 94 additions and 94 deletions

View File

@@ -1,8 +1,8 @@
package lib.ui.elements;
import lib.ui.elements.UIElement;
import lib.ui.elements.IUIElement;
class TextElement implements UIElement {
class TextElement implements IUIElement {
public var text:String;
private final uiEvents:UIEvents;