Skip to content

Commit

Permalink
Modify : 移动游戏包到impl下。 其他类型服务器俊迁移到impl路径下
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyZzh committed Jul 20, 2016
1 parent d7bd4f1 commit da6c9b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
* limitations under the License.
*/

package org.ogcs.okra.example.arpg;
package org.ogcs.okra.example.game.impl.arpg;

import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import io.netty.channel.*;
import io.netty.channel.socket.nio.NioSocketChannel;
import io.netty.handler.codec.LengthFieldBasedFrameDecoder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.ogcs.okra.example.arpg;
package org.ogcs.okra.example.game.impl.arpg;

/**
* @author TinyZ on 2016/6/10.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
*
* @author TinyZ on 2016/6/9.
*/
package org.ogcs.okra.example.arpg;
package org.ogcs.okra.example.game.impl.arpg;

0 comments on commit da6c9b9

Please sign in to comment.