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