unity-builder/src/model/unity.ts

8 lines
96 B
TypeScript

class Unity {
static get libraryFolder() {
return 'Library';
}
}
export default Unity;