Example #1
0
 public void setPlayer(Point3D p)
 {
     Play = new Circle(p, Player_radius);
 }
Example #2
0
 public Monster(Circle _p)
 {
     cir = _p;
     p   = new GamePos(_p.c);
 }