public bool IsBlock(Vector2 position) { if (map1.IsBloock(position) || characterManager.IsBlock(position)) { return(true); } return(false); }