Fix upstream CS9104 compile error

This should let us build the project again while we wait for the upstream fix.
This commit is contained in:
peelz
2023-06-05 18:36:03 -04:00
committed by Evil Factory
parent c7123aeec2
commit 8cfb698c67

View File

@@ -53,7 +53,7 @@ namespace Barotrauma.Networking
}
}
private readonly ref struct LobbyDataChangedEventHandler
private readonly struct LobbyDataChangedEventHandler : IDisposable
{
private readonly Action<Lobby> action;