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

12 lines
293 B
Protocol Buffer

import "game_event.proto";
message Event_AttachCard {
extend GameEvent {
optional Event_AttachCard ext = 2012;
}
optional string start_zone = 1;
optional sint32 card_id = 2;
optional sint32 target_player_id = 3;
optional string target_zone = 4;
optional sint32 target_card_id = 5;
}