Exemplo n.º 1
0
 public static byte[] Decode(byte[] src, int index)
 {
     return(L1PakTools.Coder(src, index, false));
 }
Exemplo n.º 2
0
 public static byte[] Encode(byte[] src, int index)
 {
     return(L1PakTools.Coder(src, index, true));
 }