]> git.deb.at Git - rhonda/impostor.git/commit
Add GameOverReason (#129)
authorAlexejheroYTB <alexejhero@gmail.com>
Thu, 12 Nov 2020 03:07:20 +0000 (05:07 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 03:07:20 +0000 (04:07 +0100)
commit03b0dd4da5472e862522e39c5051a87d14e8556d
tree9bdbe55d4e88337ba3a649ebc11b28a5025be83c
parentbbc48e0df2472f32b12d8cb8f5904efdfcc3bb41
Add GameOverReason (#129)

* Add GameOverReason

* Remove showAd from deserialization

* Update GameEventListener.cs
src/Impostor.Api/Events/Game/IGameEndedEvent.cs
src/Impostor.Api/Innersloth/GameOverReason.cs [new file with mode: 0644]
src/Impostor.Api/Net/Messages/C2S/Message08EndGameC2S.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/Handlers/GameEventListener.cs
src/Impostor.Server/Events/Game/GameEndedEvent.cs
src/Impostor.Server/Net/Client.cs
src/Impostor.Server/Net/State/Game.Incoming.cs