interface name consistency
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user