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