Added ElementUpdateStrategy
, renamed SetElement
message to UpdateElement
. Fixes #12
This commit is contained in:
parent
0f3ea0f52a
commit
941cb8e6ab
4 changed files with 13 additions and 4 deletions
|
@ -24,7 +24,7 @@ pub enum MessageContent {
|
|||
content: ElementContent,
|
||||
pot: PotId,
|
||||
},
|
||||
SetElement {
|
||||
UpdateElement {
|
||||
id: ElementId,
|
||||
content: ElementContent,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue