Added Remove method for removing net messages
This commit is contained in:
@@ -36,6 +36,11 @@ namespace Barotrauma
|
||||
#endif
|
||||
}
|
||||
|
||||
public void Remove(string netMessageName)
|
||||
{
|
||||
netReceives.Remove(netMessageName);
|
||||
}
|
||||
|
||||
public IWriteMessage Start()
|
||||
{
|
||||
return new WriteOnlyMessage();
|
||||
|
||||
Reference in New Issue
Block a user