Beispiel #1
0
 public bool Expects(Preposition.Over over, Object obj)
 {
     Print($"Jumping over {obj} would achieve nothing here.");
     return(true);
 }
Beispiel #2
0
 public bool Expects(Preposition.Over over, Object obj)
 {
     return(ClimbObj(obj));
 }