コード例 #1
0
 public Clyde(Labirint l, Pacman p, Vector2D position) : base(l, position)
 {
     this.p = p;
 }
コード例 #2
0
ファイル: Pinky.cs プロジェクト: margaritachepikova/pacman
 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;
 }