예제 #1
0
 /// <summary>
 /// Constructor instantiates the ghost, maze, target and pacman.
 /// </summary>
 public Scatter(Ghost ghost, Maze maze, Vector2 target)
 {
     this.ghost  = ghost;
     this.maze   = maze;
     this.target = target;
 }