import Setting from "../../Setting"; export default class Ts2PathTemplate { public static get templatePath() { return Setting.Options.templatePath + "ts_layabox2merge/"; } public static get ComponentStructImport(): string { return this.templatePath + "ComponentStructImport.txt"; } public static get ComponentStructClass(): string { return this.templatePath + "ComponentStructClass.txt"; } public static get ComponentStruct(): string { return this.templatePath + "ComponentStruct.txt"; } public static get ComponentExtend(): string { return this.templatePath + "ComponentExtend.txt"; } public static get FguiBinder(): string { return this.templatePath + "FguiBinder.txt"; } public static get FguiPackageNames(): string { return this.templatePath + "FguiPackageNames.txt"; } public static get FguiSoundKey(): string { return this.templatePath + "FguiSoundKey.txt"; } }