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