FixConflictServer
This commit is contained in:
parent
828525a912
commit
e5a20a508a
2 changed files with 2 additions and 12 deletions
|
@ -52,14 +52,8 @@ namespace ZoFo.GameCore.GameManagers.NetworkManager
|
||||||
{
|
{
|
||||||
updates.Add(data);
|
updates.Add(data);
|
||||||
}
|
}
|
||||||
<<<<<<< Updated upstream
|
|
||||||
public void CloseConnection() //По сути коне игры и отключение игроков
|
public void CloseConnection() //По сути коне игры и отключение игроков
|
||||||
=======
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public void CloseConnection()
|
|
||||||
>>>>>>> Stashed changes
|
|
||||||
{
|
{
|
||||||
foreach (var item in clients)
|
foreach (var item in clients)
|
||||||
{
|
{
|
||||||
|
|
|
@ -47,15 +47,11 @@ namespace ZoFo.GameCore
|
||||||
{
|
{
|
||||||
UpdateGameEnded gameEnded = new UpdateGameEnded();
|
UpdateGameEnded gameEnded = new UpdateGameEnded();
|
||||||
networkManager.AddData(gameEnded);
|
networkManager.AddData(gameEnded);
|
||||||
<<<<<<< Updated upstream
|
|
||||||
networkManager.CloseConnection();
|
networkManager.CloseConnection();
|
||||||
}
|
}
|
||||||
internal void Update(GameTime gameTime)
|
|
||||||
=======
|
|
||||||
}
|
|
||||||
|
|
||||||
public void Update(GameTime gameTime)
|
public void Update(GameTime gameTime)
|
||||||
>>>>>>> Stashed changes
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue