reasonable defaults

This commit is contained in:
Max-Wilhelm Bruker 2011-12-19 00:03:05 +01:00
parent f115342e47
commit c5509db251
20 changed files with 50 additions and 60 deletions

View file

@ -3,5 +3,5 @@ message Command_DeleteArrow {
extend GameCommand {
optional Command_DeleteArrow ext = 1012;
}
optional sint32 arrow_id = 1;
optional sint32 arrow_id = 1 [default = -1];
}