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