Cockatrice/libs/pb/event_join.proto
Lukas Brübach 01378b8314 Turn things in common into separate libs.
Took 2 hours 27 minutes
2025-10-04 15:10:20 +02:00

10 lines
247 B
Protocol Buffer

syntax = "proto2";
import "game_event.proto";
import "serverinfo_playerproperties.proto";
message Event_Join {
extend GameEvent {
optional Event_Join ext = 1000;
}
optional ServerInfo_PlayerProperties player_properties = 1;
}