3 Star 1 Fork 0

NightTC / Gobige

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Entity_Proc.go 256 Bytes
一键复制 编辑 原始数据 按行查看 历史
package entity
import "gitee.com/night-tc/gobige/msgdef/protomsg"
/*
对象消息
*/
type Entity_Proc struct {
owner IEntityReal
}
func (this *Entity_Proc) MsgProc_SyncEntityProps(msg *protomsg.SyncEntityProps) {
this.owner.ReadSyncProps(msg.Props)
}
Go
1
https://gitee.com/night-tc/gobige.git
git@gitee.com:night-tc/gobige.git
night-tc
gobige
Gobige
00125336c61c

搜索帮助