public override bool AddStrikeToShapeWithJudgment(BaseStrikeBasic strike)
 {
     return(AddStrikeToShapeWithJudgment(strike.ConvertToIStrike_Standard()));
 }
예제 #2
0
 public override void ProcessStrikes(BaseStrikeBasic strike)
 {
     shapes.AddStrikeToShapesWithJudgment(strike.ConvertToIStrike_Standard());
 }