Binato/Constants.ts

4 lines
121 B
TypeScript
Raw Normal View History

2022-11-19 01:06:03 +00:00
export 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
}