Merge remote-tracking branch 'origin/develop' into feature/movement
# Conflicts: # Assets/NetworkLib/Debug/netstandard2.1/CSNetwork.dll
This commit is contained in:
Binary file not shown.
@@ -17,7 +17,7 @@ namespace BrewMonster
|
||||
|
||||
private void OnDestroy()
|
||||
{
|
||||
|
||||
EC_ManMessage.Dispose();
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
@@ -122,5 +122,10 @@ namespace BrewMonster.Network
|
||||
}
|
||||
actDone?.Invoke(true);
|
||||
}
|
||||
|
||||
void OnDestroy()
|
||||
{
|
||||
_gameSession.Disconnect();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user