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