]> git.deb.at Git - rhonda/impostor.git/commit
Add PlayerSpawned / PlayerDestroyed
authorAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 04:45:51 +0000 (06:45 +0200)
committerAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 04:45:51 +0000 (06:45 +0200)
commite0481833d40c05d9525b99bcb5289c6639ff9d6d
tree12840c3eb7211c8433f26931e3a10a45f189a2fc
parent61eeb3b5c009231583507dec6406d15378509621
Add PlayerSpawned / PlayerDestroyed
src/Impostor.Api/Events/Game/Net/PlayerDestroyedEvent.cs [new file with mode: 0644]
src/Impostor.Api/Events/Game/Net/PlayerSpawnedEvent.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/ExamplePlugin.cs
src/Impostor.Plugins.Example/Handlers/GameEventListener.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/Handlers/PlayerEventListener.cs [new file with mode: 0644]
src/Impostor.Server/Net/State/Game.Data.cs