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