ui_Component16.ts 369 B

12345678910111213
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. export default class ui_Component16 extends fgui.GButton {
  3. public static URL:string = "ui://isxx5ak7ixm43xz";
  4. public static createInstance():ui_Component16 {
  5. return <ui_Component16>(fgui.UIPackage.createObject("game", "Component16"));
  6. }
  7. protected onConstruct():void {
  8. }
  9. }