Just a quick question, is it possible to tno.send a multi-dimensionally array? If not, is there a super sweet secret way to do it, or should I just combine and parse the elements? (I've seen posting this been converting to an array of bytes and sending that way)
I tried sending one on my own and I got this error: Method not found: 'Default constructor not found...ctor() of System.Int32[,]'.