Exemplo n.º 1
0
 public Clyde(Labirint l, Pacman p, Vector2D position) : base(l, position)
 {
     this.p = p;
 }
Exemplo n.º 2
0
 public Pinky(Labirint l, Pacman p) : this(l, p, new Vector2D())
 {
 }
Exemplo n.º 3
0
 public Clyde(Labirint l, Pacman p) : this(l, p, new Vector2D())
 {
 }
Exemplo n.º 4
0
 public Blinky(Labirint l, Pacman p, Vector2D position) : base(l, position)
 {
     this.p = p;
 }