mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-10-13 12:50:55 +00:00
moved internal/protocol -> cnet/protocol
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/CPunch/gopenfusion/cnet"
|
||||
"github.com/CPunch/gopenfusion/internal/protocol"
|
||||
"github.com/CPunch/gopenfusion/cnet/protocol"
|
||||
)
|
||||
|
||||
type NPC struct {
|
||||
|
@@ -2,8 +2,8 @@ package entity
|
||||
|
||||
import (
|
||||
"github.com/CPunch/gopenfusion/cnet"
|
||||
"github.com/CPunch/gopenfusion/cnet/protocol"
|
||||
"github.com/CPunch/gopenfusion/internal/db"
|
||||
"github.com/CPunch/gopenfusion/internal/protocol"
|
||||
)
|
||||
|
||||
type Player struct {
|
||||
|
Reference in New Issue
Block a user