Add TrackManiaControl constant

This commit is contained in:
Beu 2022-04-13 10:59:03 +02:00
parent 076c066e43
commit 424ff646ad
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener,
* Constants
*/
const VERSION = '0.256';
const ISTRACKMANIACONTROL = True;
const API_VERSION = '2038-01-19';
const MIN_DEDIVERSION = '2020-07-01_00_00';
const SCRIPT_TIMEOUT = 40;