Example #1
0
 public void Swim()
 {
     _swimBehavior.Swim();
 }
Example #2
0
 public void PerformSwim()
 {
     _swimBehavior.Swim();
 }