示例#1
0
 public bool IsCollidable(Point t)
 {
     return(LevelHelper.IsCollidable(this, t));
 }