10 lines
272 B
TypeScript
10 lines
272 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
module FUI.loading {
|
|
|
|
export class loadingBinder {
|
|
public static bindAll():void {
|
|
fairygui.UIObjectFactory.setPackageItemExtension(UI_View_loading.URL, UI_View_loading);
|
|
}
|
|
}
|
|
} |