Skip to content

Commit

Permalink
Add info about MurderedBodySeenC2SEvent.IsWitnessTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
grappigegovert committed Nov 27, 2024
1 parent 8a84010 commit 37383a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/types/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export type PacifyC2SEvent = KillC2SEvent

export type MurderedBodySeenC2SEvent = ClientToServerEvent<{
Witness: string
/** `true` iff the witness is a target */
IsWitnessTarget: boolean
DeadBody: {
RepositoryId: RepositoryId
Expand Down

0 comments on commit 37383a9

Please sign in to comment.