1 Star 3 Fork 2

jiangtao99126 / Golang_2D_Engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Clock.go 143 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiangtao99126 提交于 2020-12-24 01:31 . 计时器
package Sarah
type Clock struct {
Work map[string]float64//id+计时参数
}
func (this *Clock) AddWork(str string){
this.Work[str] = 0.0
}
Go
1
https://gitee.com/jangtao99126/Golang2dEngine-Sarah.git
git@gitee.com:jangtao99126/Golang2dEngine-Sarah.git
jangtao99126
Golang2dEngine-Sarah
Golang_2D_Engine
master

搜索帮助