예제 #1
0
파일: Packet.cs 프로젝트: mdrucken/gipsi
 public void Parse(Encoder s)
 {
     _raw = s.ReadBytes(s.Remaining);
 }