Exemplo n.º 1
0
 public void Clear(Player p)
 {
     byte[] buffer = new byte[65];
     Format(" ", 64).CopyTo(buffer, 1);
     p.SendRaw(13, buffer);
     buffer = null;
 }