mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 04:14:34 -08:00
10 lines
194 B
Protocol Buffer
10 lines
194 B
Protocol Buffer
import "session_commands.proto";
|
|
|
|
message Command_DeckNewDir {
|
|
extend SessionCommand {
|
|
optional Command_DeckNewDir ext = 1009;
|
|
}
|
|
optional string path = 1;
|
|
optional string dir_name = 2;
|
|
}
|
|
|