Exemplo n.º 1
0
 public static int GetInt(this OSCPacket packet, ref int index)
 {
     index++;
     return(packet.GetInt(index - 1));
 }