]> git.deb.at Git - rhonda/impostor.git/commit
Refresh Murder Event API
authorminiduikboot <mini@duikbo.at>
Sat, 28 Oct 2023 22:37:30 +0000 (00:37 +0200)
committerminiduikboot <mini@duikbo.at>
Sat, 28 Oct 2023 22:37:30 +0000 (00:37 +0200)
commitb67ca158ead15725b17066a0066f66921ad2e09f
tree99ad82009df03a7713d7401f8eddaa11c726f343
parent946d7e216493d2ef1cf6906a9777bbf0f19aa647
Refresh Murder Event API

- IPlayerCheckMurderEvent now exists
- You can see if a kill was successful with IPlayerMurderEvent
- You can now see if host authority was requested with Game.IsHostAuthoritive
src/Impostor.Api/Events/Game/Player/IPlayerCheckMurderEvent.cs [new file with mode: 0644]
src/Impostor.Api/Events/Game/Player/IPlayerMurderEvent.cs
src/Impostor.Api/Games/IGame.cs
src/Impostor.Server/Events/Game/Player/PlayerCheckMurderEvent.cs [new file with mode: 0644]
src/Impostor.Server/Events/Game/Player/PlayerMurderEvent.cs
src/Impostor.Server/Net/Inner/Objects/InnerPlayerControl.Api.cs
src/Impostor.Server/Net/Inner/Objects/InnerPlayerControl.cs
src/Impostor.Server/Net/State/Game.cs