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