ui_root.js 111 B

123456789
  1. class UIRoot extends UIContainer {
  2. initStart()
  3. {
  4. this.root.append(HTMLBuilder.h2(this.title))
  5. }
  6. }