mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-09 07:18:03 +07:00
Moved experimental netty d2gs package to d2gs_test package
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package com.riiablo.server.d2gs;
|
||||
package com.riiablo.server.d2gs_test;
|
||||
|
||||
import io.netty.bootstrap.ServerBootstrap;
|
||||
import io.netty.buffer.ByteBuf;
|
@ -1,4 +1,4 @@
|
||||
package com.riiablo.server.d2gs;
|
||||
package com.riiablo.server.d2gs_test;
|
||||
|
||||
import com.google.flatbuffers.FlatBufferBuilder;
|
||||
import io.netty.bootstrap.Bootstrap;
|
Reference in New Issue
Block a user