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