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