Skip to content

Commit

Permalink
Update protocol docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Solirs committed Jun 27, 2023
1 parent ec533e4 commit b72fe64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,19 @@ Sent by the hunter once he is killed, he is allowed to kill anyone in the game.
}
```

### protector_protect
Sent by the protector on wake up to protect a player for the night

Sent by the hunter once he is killed, he is allowed to kill anyone in the game.

```json
{
"action": "protector_protect",
"headers": {
"target": "Hank"
}
}
```



Expand Down

0 comments on commit b72fe64

Please sign in to comment.