Files
unity-builder/src/model/remote-builder/remote-builder-constants.ts
Frostebite c96b8cf443 Remote builder refactoring (#264)
Remote builder refactoring
2021-05-23 05:08:40 +01:00

5 lines
158 B
TypeScript

class RemoteBuilderConstants {
static alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
}
export default RemoteBuilderConstants;