Example #1
0
 public bool TouchingRight(Sprites sprite)
 {
     return(true);
 }
Example #2
0
 public bool TouchingLeft(Sprites sprite)
 {
     return(true);
 }
Example #3
0
 public bool TouchingRedGate(Sprites sprite)
 {
     return(true);
 }