mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 20:53:23 -08:00
11 lines
198 B
Protocol Buffer
11 lines
198 B
Protocol Buffer
syntax = "proto2";
|
|
import "session_commands.proto";
|
|
|
|
message Command_DeckDelDir {
|
|
extend SessionCommand {
|
|
optional Command_DeckDelDir ext = 1010;
|
|
}
|
|
optional string path = 1;
|
|
}
|
|
|