mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 05:03:26 -08:00
10 lines
213 B
Protocol Buffer
10 lines
213 B
Protocol Buffer
import "game_event.proto";
|
|
import "serverinfo_playerproperties.proto";
|
|
|
|
message Event_Join {
|
|
extend GameEvent {
|
|
optional Event_Join ext = 1000;
|
|
}
|
|
optional ServerInfo_PlayerProperties player_properties = 1;
|
|
}
|