]> git.deb.at Git - rhonda/impostor.git/commit
Add meeting events
authorAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 23:29:58 +0000 (01:29 +0200)
committerAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 23:29:58 +0000 (01:29 +0200)
commit0887bad5d8164ce8a61f3835c6776d005b876b82
treec0c53f030e80920baf6f3a03f6275544de734fa5
parent49269c33c9ccc55e7bcbb33d923d9f9bc7ab57fd
Add meeting events
src/Impostor.Api/Events/Game/MeetingEndedEvent.cs [new file with mode: 0644]
src/Impostor.Api/Events/Game/MeetingStartedEvent.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/Objects/IInnerMeetingHud.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/ExamplePlugin.cs
src/Impostor.Plugins.Example/Handlers/MeetingEventListener.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/Impostor.Plugins.Example.csproj
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Server/Net/Inner/Objects/Components/InnerCustomNetworkTransform.cs
src/Impostor.Server/Net/Inner/Objects/InnerMeetingHud.Api.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerMeetingHud.cs
src/Impostor.Server/Net/State/Game.Data.cs