/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class ui_Component_shou extends fgui.GComponent { public n57:fgui.GImage; public n54:fgui.GImage; public n55:fgui.GImage; public n56:fgui.GImage; public t1:fgui.Transition; public static URL:string = "ui://isxx5ak7um3xv5aw"; public static createInstance():ui_Component_shou { return (fgui.UIPackage.createObject("game", "Component_shou")); } protected onConstruct():void { this.n57 = (this.getChild("n57")); this.n54 = (this.getChild("n54")); this.n55 = (this.getChild("n55")); this.n56 = (this.getChild("n56")); this.t1 = this.getTransition("t1"); } }