Example #1
0
 public bool Expects(Object obj, Preposition.Up up)
 {
     return(Redirect <Take>(obj, v => v.Expects(obj)));
 }
Example #2
0
 public bool Expects(Object obj, Preposition.Up up)
 {
     return(WakeOther(obj));
 }
Example #3
0
 public bool Expects(Preposition.Up up, Object obj)
 {
     return(ClimbObj(obj));
 }
Example #4
0
 public bool Expects(Preposition.Up up)
 {
     return(WakeUp());
 }
Example #5
0
 public bool Expects(Object obj, Preposition.Up up)
 {
     return(CloseObject(obj));
 }