UNPKG

commonui-lib-test

Version:

"#common ui lib test"

23 lines (22 loc) 977 B
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import textRecordRoomBeginner from "./textRecordRoomBeginner"; import textRecordRoomNormal from "./textRecordRoomNormal"; import textRecordRoomAdvanced from "./textRecordRoomAdvanced"; import textRecordRoomMaster from "./textRecordRoomMaster"; import textRecordProfit from "./textRecordProfit"; export default class comListRecod extends fgui.GComponent { ctrlRoom: fgui.Controller; graphLine: fgui.GGraph; textGame: fgui.GTextField; textRecordRoomBeginner: textRecordRoomBeginner; textRecordRoomNormal: textRecordRoomNormal; textRecordRoomAdvanced: textRecordRoomAdvanced; textRecordRoomMaster: textRecordRoomMaster; textBets: fgui.GTextField; textProfitLose: textRecordProfit; textTime: fgui.GTextField; static URL: string; static createInstance(): comListRecod; constructor(); protected onConstruct(): void; }