]> git.deb.at Git - rhonda/impostor.git/commit
Giving plugin more control over when it should be executed (#74)
authorJonas Kamsker <11245306+JKamsker@users.noreply.github.com>
Sat, 24 Oct 2020 21:06:12 +0000 (23:06 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 21:06:12 +0000 (23:06 +0200)
commit7ecd7f4ec89c8a6335242dfa16f3d01160e351e7
treedecff7d12a6f8a05bdf79efa35cec9adbdf61e4a
parent055366fed82bcf909be9db25b3d5b001f35bc2d9
Giving plugin more control over when it should be executed (#74)

This pr should give the plugin dev the option to receive all events to his liking without constraining it to a specific type at compile time

Co-authored-by: Weirdo <git.jonas@kamsker.at>
Co-authored-by: AeonLucid <aeonlucid@outlook.com>
.gitignore
src/Impostor.Api/Events/IManualEventListener.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/Impostor.Plugins.Example.csproj
src/Impostor.Server/Events/EventManager.cs
src/Impostor.Server/Events/Register/ManualRegisteredEventListener.cs [new file with mode: 0644]