misc doc fixes

This commit is contained in:
Evil Factory
2022-05-16 13:53:39 -03:00
parent cb29c27752
commit fd6b833c98
8 changed files with 56 additions and 519 deletions
@@ -218,7 +218,7 @@ namespace Barotrauma
partial class LuaCsNetworking
{
public bool restrictMessageSize = true;
public bool RestrictMessageSize = true;
public Dictionary<string, LuaCsAction> LuaCsNetReceives = new Dictionary<string, LuaCsAction>();
#if SERVER