]> git.deb.at Git - rhonda/impostor.git/commit
BeforeGameCreatedEvent (#266)
authorMinorusama <pitilulu@gmail.com>
Tue, 13 Apr 2021 16:29:44 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 16:29:44 +0000 (16:29 +0000)
commitd47343df089191392875be440967d201ce9dab11
tree13160fa2f687748ae1f47d69c4808573d23875e3
parent0bb5442a3ac7e0493d61937e5c8f7d2b8d1a6ca0
BeforeGameCreatedEvent (#266)

Co-authored-by: js6pak <kubastaron@hotmail.com>
src/Impostor.Api/Events/Game/IGameCreationEvent.cs [new file with mode: 0644]
src/Impostor.Api/Games/GameCode.cs
src/Impostor.Api/Games/Managers/IGameManager.cs
src/Impostor.Plugins.Example/ExamplePlugin.cs
src/Impostor.Plugins.Example/Handlers/GameEventListener.cs
src/Impostor.Server/Events/Game/GameCreationEvent.cs [new file with mode: 0644]
src/Impostor.Server/Net/Client.cs
src/Impostor.Server/Net/Manager/GameManager.cs
src/Impostor.Tools.ServerReplay/Program.cs