servatrice/common/pb/event_player_properties_changed.proto
2012-01-21 19:21:57 +01:00

9 lines
251 B
Protocol Buffer

import "game_event.proto";
import "serverinfo_playerproperties.proto";
message Event_PlayerPropertiesChanged {
extend GameEvent {
optional Event_PlayerPropertiesChanged ext = 1007;
}
optional ServerInfo_PlayerProperties player_properties = 1;
}