完善服务器
This commit is contained in:
9
Server/scene/instance/define.go
Normal file
9
Server/scene/instance/define.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package instance
|
||||
|
||||
import "google.golang.org/protobuf/proto"
|
||||
|
||||
type Msg2Client struct {
|
||||
SID string
|
||||
UID int
|
||||
Msg proto.Message
|
||||
}
|
||||
Reference in New Issue
Block a user