new protos

This commit is contained in:
RickyRister 2025-08-01 21:36:47 -07:00
parent f31d30bf84
commit a1076f9859
6 changed files with 33 additions and 0 deletions

View file

@ -31,6 +31,8 @@ message SessionCommand {
REPLAY_DOWNLOAD = 1101;
REPLAY_MODIFY_MATCH = 1102;
REPLAY_DELETE_MATCH = 1103;
REPLAY_GET_CODE = 1104;
REPLAY_SUBMIT_CODE = 1105;
}
extensions 100 to max;
}