mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-02 00:00:07 -08:00
* add proto files to clangify * apply clangify to proto files * remove blocksonsingleline, it didn't actually do anything also add missing space to the travis warning, emoji are monospace too
9 lines
161 B
Protocol Buffer
9 lines
161 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_event.proto";
|
|
|
|
message Event_GameHostChanged {
|
|
extend GameEvent {
|
|
optional Event_GameHostChanged ext = 1003;
|
|
}
|
|
}
|