添加命令GetBlendingConfig/SaveBlendingConfig

This commit is contained in:
ljqing 2023-01-05 16:41:58 +08:00
parent 0f2ae5452a
commit 05ba07b2d9
1 changed files with 6 additions and 0 deletions

View File

@ -508,6 +508,12 @@ export namespace Protocol {
public static get kSetBlendingOverlap() {
return Commands.PROTOCOL_PREFIX + "SetBlendingOverlap";
}
public static get kGetBlendingConfig() {
return Commands.PROTOCOL_PREFIX + "GetBlendingConfig";
}
public static get kSaveBlendingConfig() {
return Commands.PROTOCOL_PREFIX + "SaveBlendingConfig";
}
static _all_commands = new Set([
Commands.kUnKnowCommand,