mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Removed unused NetworkMessage.MaxMessageSize
This commit is contained in:
parent
137b2a153d
commit
b2cc89e3eb
@ -55,8 +55,6 @@ public enum MsgType : short
|
||||
|
||||
public class NetworkMessage
|
||||
{
|
||||
public const int MaxMessageSize = (64 * 1024) - 1;
|
||||
|
||||
public short msgType;
|
||||
public NetworkConnection conn;
|
||||
public NetworkReader reader;
|
||||
|
Loading…
Reference in New Issue
Block a user