Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
- Added deinitializer to FishySteamworks.
  • Loading branch information
FirstGearGames committed Oct 23, 2022
1 parent 5e4023c commit 31a66ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FishNet/Plugins/FishySteamworks/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.1.2
- Added deinitializer to FishySteamworks.

2.1.1
- Updated SetServerBindAddress signature to Fish-Networking 2.0.0.

Expand Down
5 changes: 5 additions & 0 deletions FishNet/Plugins/FishySteamworks/FishySteamworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ namespace FishySteamworks
{
public class FishySteamworks : Transport
{
~FishySteamworks()
{
Shutdown();
}

#region Public.
/// <summary>
/// The SteamId for the local user after connecting to or starting the server. This is populated automatically.
Expand Down

0 comments on commit 31a66ce

Please sign in to comment.