---
panlei
2019-11-19 d4f2636c1773edd8f16ca34598e2e1f9d603ee5f
structure/algorithm.go
@@ -7,7 +7,7 @@
   Targets []*Obj
}
type Obj struct {
   Id           uint64
   Id           string
   Location     Rect
   N            int // 计数器当前值
   InitN       int // 计数器初始值