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