import Setting from "../../Setting"; export default class TsPathTemplate { public static get templatePath() { return Setting.Options.templatePath + "ts_layabox2/"; } public static get ComponentStruct(): string { return this.templatePath + "ComponentStruct.txt"; } public static get ComponentExtend(): string { return this.templatePath + "ComponentExtend.txt"; } public static get Binder(): string { return this.templatePath + "Binder.txt"; } public static get FguiPackageNames(): string { return this.templatePath + "FguiPackageNames.txt"; } public static get FguiBinderList(): string { return this.templatePath + "FguiBinderList.txt"; } public static get FguiSoundKey(): string { return this.templatePath + "FguiSoundKey.txt"; } }