]> git.deb.at Git - rhonda/impostor.git/commit
Add PlayerExileEvent and PlayerMurderEvent (#93)
authorSaghetti0 <60995055+Saghetti0@users.noreply.github.com>
Wed, 28 Oct 2020 00:00:47 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Oct 2020 00:00:47 +0000 (01:00 +0100)
commit454f486f29d257c60b69b2b7a1ac723e3f96488a
treec13ed6dd83cacf04b4ea60295108184266f3ab3f
parente308b7e3e67a7f983652af03afad79090433fb02
Add PlayerExileEvent and PlayerMurderEvent (#93)
src/Impostor.Api/Events/Game/Player/IPlayerExileEvent.cs [new file with mode: 0644]
src/Impostor.Api/Events/Game/Player/IPlayerMurderEvent.cs [new file with mode: 0644]
src/Impostor.Server/Events/Game/Player/PlayerExileEvent.cs [new file with mode: 0644]
src/Impostor.Server/Events/Game/Player/PlayerMurderEvent.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerPlayerControl.cs