client_ui/template/Pixi/Binder.template
2020-03-30 10:23:50 +08:00

8 lines
109 B
Plaintext

namespace {packageName} {
export class {className}{
public static bindAll():void {
{bindContent}
}
}
}