mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
run formatter
This commit is contained in:
parent
cfce8a0814
commit
3c6ca2af43
1 changed files with 4 additions and 4 deletions
|
|
@ -2,8 +2,8 @@ syntax = "proto2";
|
||||||
import "session_commands.proto";
|
import "session_commands.proto";
|
||||||
|
|
||||||
message Command_ReplayGetCode {
|
message Command_ReplayGetCode {
|
||||||
extend SessionCommand {
|
extend SessionCommand {
|
||||||
optional Command_ReplayGetCode ext = 1104;
|
optional Command_ReplayGetCode ext = 1104;
|
||||||
}
|
}
|
||||||
optional sint32 game_id = 1 [default = -1];
|
optional sint32 game_id = 1 [default = -1];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue