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:
@@ -53,7 +53,7 @@ namespace Barotrauma.Networking
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly ref struct LobbyDataChangedEventHandler
|
private readonly struct LobbyDataChangedEventHandler : IDisposable
|
||||||
{
|
{
|
||||||
private readonly Action<Lobby> action;
|
private readonly Action<Lobby> action;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user