示例#1
0
 public bool AddHitShot(Coordinates coordinates)
 {
     HitShots.Add(coordinates);
     return(true);
 }