/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class ui_Component28_11 extends fgui.GButton { public c1:fgui.Controller; public n12:fgui.GImage; public n17:fgui.GImage; public n13:fgui.GImage; public diamondTxt:fgui.GTextField; public n15:fgui.GGroup; public n16:fgui.GTextField; public n18:fgui.GTextField; public static URL:string = "ui://isxx5ak7g1giv4eh"; public static createInstance():ui_Component28_11 { return (fgui.UIPackage.createObject("game", "Component28_11")); } protected onConstruct():void { this.c1 = this.getController("c1"); this.n12 = (this.getChild("n12")); this.n17 = (this.getChild("n17")); this.n13 = (this.getChild("n13")); this.diamondTxt = (this.getChild("diamondTxt")); this.n15 = (this.getChild("n15")); this.n16 = (this.getChild("n16")); this.n18 = (this.getChild("n18")); } }