import Setting from "../../Setting"; export default class Ts3PathTemplate { public static get templatePath() { return Setting.Options.templatePath + "ts_layabox2mergejs/"; } public static get PkgNamespace(): string { return this.templatePath + "PkgNamespace.txt"; } public static get ComponentStructImport(): string { return this.templatePath + "ComponentStructImport.txt"; } public static get ComponentStructClass(): string { return this.templatePath + "ComponentStructClass.txt"; } public static get ComponentStructClassJS(): string { return this.templatePath + "ComponentStructClassJS.txt"; } public static get ComponentStructClassDeclare(): string { return this.templatePath + "ComponentStructClassDeclare.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"; } }