]> git.deb.at Git - rhonda/impostor.git/commit
Added .NET generic host, configuration and gamelist packets
authorAeonLucid <aeonlucid@gmail.com>
Fri, 25 Sep 2020 23:10:30 +0000 (01:10 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Fri, 25 Sep 2020 23:10:30 +0000 (01:10 +0200)
commit7974e333d263fdbc6739b0307cc20a5a656adce2
tree2969af8f689e3951abae2d7104cb386ecfa57e3e
parent7276e5692fa42d62d66818a408818d30d121fe6b
Added .NET generic host, configuration and gamelist packets
13 files changed:
src/Impostor.Server/Data/ServerConfig.cs [new file with mode: 0644]
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Server/Net/Client.cs
src/Impostor.Server/Net/Manager/GameManager.cs
src/Impostor.Server/Net/Matchmaker.cs
src/Impostor.Server/Net/MatchmakerService.cs [new file with mode: 0644]
src/Impostor.Server/Net/Messages/Message00HostGame.cs
src/Impostor.Server/Net/Messages/Message16GetGameListV2.cs [new file with mode: 0644]
src/Impostor.Server/Net/State/ClientPlayer.Events.cs [new file with mode: 0644]
src/Impostor.Server/Net/State/ClientPlayer.cs
src/Impostor.Server/Net/State/Game.cs
src/Impostor.Server/Program.cs
src/Impostor.Server/config.json [new file with mode: 0644]