]> git.deb.at Git - rhonda/impostor.git/commit
Update namespaces
authorAeonLucid <aeonlucid@gmail.com>
Sat, 10 Oct 2020 23:11:32 +0000 (01:11 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Sat, 10 Oct 2020 23:11:32 +0000 (01:11 +0200)
commitc856da1621361ab89b5c92225fa00fab94df89b0
tree5fce3189e3d08c6aace1d5ede0059b18b856af7d
parent7db311fdff3a7bdb75bf582f732310abaeae838c
Update namespaces
37 files changed:
src/Impostor.Server.Api/Events/Game/GameCreatedEvent.cs
src/Impostor.Server.Api/Events/Game/IGameEvent.cs
src/Impostor.Server.Api/Extensions/GameManagerExtensions.cs
src/Impostor.Server.Api/Games/GameCode.cs
src/Impostor.Server.Api/Games/GameJoinError.cs
src/Impostor.Server.Api/Games/GameJoinResult.cs
src/Impostor.Server.Api/Games/IGame.cs
src/Impostor.Server.Api/Games/Managers/IGameManager.cs
src/Impostor.Server.Api/Net/Extensions/GameMessageWriterExtensions.cs
src/Impostor.Server.Api/Net/IClient.cs
src/Impostor.Server.Api/Net/IClientPlayer.cs
src/Impostor.Server.Api/Net/IConnection.cs
src/Impostor.Server.Api/Net/LimboStates.cs
src/Impostor.Server.Api/Net/Manager/IMatchmaker.cs
src/Impostor.Server.Api/Net/Messages/IConnectionMessageWriter.cs
src/Impostor.Server.Api/Net/Messages/IGameMessageWriter.cs
src/Impostor.Server.Api/Net/Messages/IMessage.cs
src/Impostor.Server.Api/Net/Messages/IMessageReader.cs
src/Impostor.Server.Api/Net/Messages/IMessageWriter.cs
src/Impostor.Server.Api/Net/Messages/MessageType.cs
src/Impostor.Server.Api/Plugins/PluginBase.cs
src/Impostor.Server.Hazel/HazelConnection.cs
src/Impostor.Server.Hazel/HazelMatchmaker.cs
src/Impostor.Server.Hazel/Messages/BufferMessageReader.cs
src/Impostor.Server.Hazel/Messages/HazelConnectionMessageWriter.cs
src/Impostor.Server.Hazel/Messages/HazelGameMessageWriter.cs
src/Impostor.Server.Hazel/Messages/HazelMessage.cs
src/Impostor.Server.Hazel/Messages/HazelMessageWriter.cs
src/Impostor.Server/Net/Client.cs
src/Impostor.Server/Net/ClientBase.cs
src/Impostor.Server/Net/Manager/GameManager.cs
src/Impostor.Server/Net/Messages/Message16GetGameListV2.cs
src/Impostor.Server/Net/State/ClientPlayer.cs
src/Impostor.Server/Net/State/Game.Incoming.cs
src/Impostor.Server/Net/State/Game.State.cs
src/Impostor.Server/Net/State/Game.cs
src/Impostor.Server/Program.cs