]> git.deb.at Git - rhonda/impostor.git/commit
Rework vent api
authorjs6pak <kubastaron@hotmail.com>
Tue, 6 Apr 2021 18:23:44 +0000 (20:23 +0200)
committerjs6pak <kubastaron@hotmail.com>
Tue, 6 Apr 2021 18:51:06 +0000 (20:51 +0200)
commit304b4bb7bff8f25efb5eb0b8a2861219f5a40e5a
treedd23214c301f9c8bb0512c3a8e984c7d293489d8
parent970f826dc80fde9cf89e9749faf7b51be498e9a3
Rework vent api
19 files changed:
src/Impostor.Api/Events/Game/Player/IPlayerVentEvent.cs
src/Impostor.Api/Innersloth/Maps/AirshipData.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/MapData.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/MiraData.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/PolusData.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/SkeldData.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/Vents/AirshipVent.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/Vents/MiraVent.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/Vents/PolusVent.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Maps/Vents/SkeldVent.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Vent.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/VentLocation.cs [deleted file]
src/Impostor.Server/Events/Game/Player/PlayerVentEvent.cs
src/Impostor.Server/Net/Inner/Objects/Components/InnerPlayerPhysics.cs
src/Impostor.Server/Net/Inner/Objects/ShipStatus/InnerAirshipStatus.cs
src/Impostor.Server/Net/Inner/Objects/ShipStatus/InnerMiraShipStatus.cs
src/Impostor.Server/Net/Inner/Objects/ShipStatus/InnerPolusShipStatus.cs
src/Impostor.Server/Net/Inner/Objects/ShipStatus/InnerShipStatus.cs
src/Impostor.Server/Net/Inner/Objects/ShipStatus/InnerSkeldShipStatus.cs