Exemple #1
0
 public static object DeserializePacket(byte[] rawdatas, int _Index, out int _Size, Type _Type)
 {
     return(TKMarshal.DeSerializeType(rawdatas, _Index, out _Size, _Type));
 }