mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 12:24:26 -08:00
10 lines
164 B
Protocol Buffer
10 lines
164 B
Protocol Buffer
import "session_commands.proto";
|
|
|
|
message Command_DeckDelDir {
|
|
extend SessionCommand {
|
|
optional Command_DeckDelDir ext = 1010;
|
|
}
|
|
optional string path = 1;
|
|
}
|
|
|