Release 1.11.4.1 (Winter Update)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
using Barotrauma.Networking;
|
||||
|
||||
namespace Barotrauma.Items.Components
|
||||
{
|
||||
partial class ConnectionSelectorComponent : ItemComponent
|
||||
{
|
||||
public void ClientEventRead(IReadMessage msg, float sendingTime)
|
||||
{
|
||||
SelectedConnection = msg.ReadRangedInteger(0, 255);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user