Added UIElementText

This commit is contained in:
Antoine
2021-06-04 22:35:31 +02:00
parent 12b89079ce
commit eaeb8ccee7
5 changed files with 109 additions and 19 deletions

View File

@ -119,4 +119,8 @@ public class Text {
}
}
public List<ObjectGl> getCharList(){
return this.charList;
}
}