mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-20 23:23:35 +00:00
Restructure repository
* Move /common/src to /src * Move services to net.psforever package * Move /pslogin to /server
This commit is contained in:
parent
89a30ae6f6
commit
f4fd78fc5d
958 changed files with 527 additions and 725 deletions
|
|
@ -1,13 +0,0 @@
|
|||
package scodec.interop.akka;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
import akka.util.ByteString.ByteString1C;
|
||||
|
||||
interface PrivacyHelper {
|
||||
|
||||
static ByteString1C createByteString1C(byte[] array) {
|
||||
return new ByteString1C(array);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue