]> git.deb.at Git - rhonda/impostor.git/commit
Demote InnerGameData, promote InnerPlayerInfo
authorminiduikboot <mini@duikbo.at>
Wed, 19 Jun 2024 18:42:18 +0000 (20:42 +0200)
committerminiduikboot <mini@duikbo.at>
Tue, 20 Aug 2024 19:41:38 +0000 (21:41 +0200)
commitc43fdd2a69f60227a6f860bfa194b397d82da773
treede0abb2dfca67087162e2e4b619ecc04c8ea6941
parent615469c6c89bbf45baa0f9d1772acb70dea19067
Demote InnerGameData, promote InnerPlayerInfo

In 2024.6.18 Innersloth promoted PlayerInfo to its own network object, and gave it to the server. InnerGameData is now a container that holds these players. This commit implements the changes necessary to handle these separate PlayerInfo network objects.
src/Impostor.Api/Net/Inner/Objects/IInnerGameData.cs
src/Impostor.Server/Net/Inner/Objects/InnerGameData.cs
src/Impostor.Server/Net/Inner/Objects/InnerPlayerInfo.Api.cs
src/Impostor.Server/Net/Inner/Objects/InnerPlayerInfo.cs
src/Impostor.Server/Net/State/Game.Data.cs
src/Impostor.Server/Net/State/GameNet.Api.cs
src/Impostor.Server/Net/State/GameNet.cs