mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
protocol changes
This commit is contained in:
parent
8788a7aada
commit
8a7ba430ea
1 changed files with 5 additions and 0 deletions
|
|
@ -27,4 +27,9 @@ message Command_CreateArrow {
|
|||
|
||||
// the color of the arrow
|
||||
optional color arrow_color = 7;
|
||||
|
||||
// the phase that this arrow is deleted in, arrows are deleted when this or a later phase is activated and also
|
||||
// when the phase moves back before the current phase or the turn is passed, when not set the arrow is deleted
|
||||
// immediately when the phase is changed
|
||||
optional sint32 delete_in_phase = 8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue