DarkEmu_LoginServer.PacketWriter2.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

public SetLength ( ) : void
리턴 void
        public void SetLength()
        {
            if (!lenIsSet)
            {
                ms.Position = 0;
                ms.Write(BitConverter.GetBytes(Convert.ToUInt16(ms.Length)), 0, 2);
            }
        }