public PathDrawOperation(List <Vector2Int> path, PathDrawer drawer) { this.path = path; this.drawer = drawer; }