Ejemplo n.º 1
0
 public void DoStance(MotionStance stance)
 {
     if (ViewObject != null)
     {
         ViewObject.DoStance(stance);
     }
 }