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