Ejemplo n.º 1
0
 public override void insertObject(ManipulatableObject enteringObject)
 {
     tileObject = enteringObject;
     if (tileObject.isJumpable())
     {
         jumpable = true;
     }
     else
     {
         jumpable = false;
     }
 }