diff options
Diffstat (limited to 'server/protocol/src/lib.rs')
-rw-r--r-- | server/protocol/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index fb6ad46e..4ec2ec37 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -240,6 +240,9 @@ pub enum PacketC { Environment { effects: HashSet<String>, }, + TutorialEnded { + item: ItemIndex, + }, /// For use in replay sessions only ReplayStart, |