Ejemplo n.º 1
0
 public ShotMovedEventArgs(Shot shot, bool dissapeared)
 {
     Shot        = shot;
     Dissapeared = dissapeared;
 }