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