]> git.deb.at Git - rhonda/impostor.git/commit
Add create game api (#241)
authorjs6pak <kubastaron@hotmail.com>
Thu, 4 Mar 2021 09:11:50 +0000 (09:11 +0000)
committerGitHub <noreply@github.com>
Thu, 4 Mar 2021 09:11:50 +0000 (09:11 +0000)
commite769b874c8fb300828a03941cf41efbfd1776280
treeaa742ea5c5f8fc9cf5e36befdbfa90e907c5261c
parentbe19b1524bd77223d97ea37d704524391c28afb7
Add create game api (#241)
src/Impostor.Api/Games/Extensions/GameManagerExtensions.cs
src/Impostor.Api/Games/IGame.cs
src/Impostor.Api/Games/Managers/IGameManager.cs
src/Impostor.Api/Innersloth/GameOptionsData.cs
src/Impostor.Api/Innersloth/MapTypes.cs
src/Impostor.Api/Net/Messages/S2C/Message16GetGameListS2C.cs
src/Impostor.Plugins.Example/ExamplePlugin.cs
src/Impostor.Server/Net/Client.cs
src/Impostor.Server/Net/Manager/GameManager.cs
src/Impostor.Server/Net/State/Game.Api.cs
src/Impostor.Server/Net/State/Game.cs