长连接接口增加玩家信息绑定
This commit is contained in:
10
cmd/make/socket
Normal file
10
cmd/make/socket
Normal file
@@ -0,0 +1,10 @@
|
||||
package {name}
|
||||
|
||||
type {name} struct {
|
||||
}
|
||||
|
||||
func New() *{name} {
|
||||
return &{name}{}
|
||||
}
|
||||
|
||||
func init() {}
|
||||
Reference in New Issue
Block a user