Binato/Constants.ts

4 lines
129 B
TypeScript
Raw Permalink Normal View History

2023-09-10 12:59:22 +01:00
export default abstract class Constants {
2022-11-23 00:48:28 +00:00
public static readonly DEBUG = false;
2023-08-20 13:03:01 +01:00
public static readonly PROTOCOL_VERSION = 19;
2022-11-19 01:06:03 +00:00
}