| 73 | } |
| 74 | |
| 75 | type SystemAddRemove struct { |
| 76 | entities []PriorityEntity |
| 77 | } |
| 78 | |
| 79 | func (s *SystemAddRemove) Add(b BasicEntity, p *PriorityComponent) { |
| 80 | s.entities = append(s.entities, PriorityEntity{b, p}) |
nothing calls this directly
no outgoing calls
no test coverage detected