public void Remove(DrawnActor actor) { this.removeList.Add(actor); }
public void Add(DrawnActor actor) { this.drawList.Add(actor); }