CEngineSharp_Server.Networking.NetManager.ConstructMessage C# (CSharp) Method

ConstructMessage() public method

public ConstructMessage ( ) : NetOutgoingMessage
return Lidgren.Network.NetOutgoingMessage
        public NetOutgoingMessage ConstructMessage()
        {
            return _netServer.CreateMessage();
        }