OpenStory.Common.IO.PacketBuilder.PacketBuilder C# (CSharp) 메소드

PacketBuilder() 공개 메소드

Initializes a new instance of the PacketBuilder class with the default capacity.
public PacketBuilder ( ) : System
리턴 System
        public PacketBuilder()
        {
            this.stream = new MemoryStream();
        }