protected override void OnLeftMouseButtonDown(LevelMapEditor editor, TileLocation location, Keys modifierKeys)
 {
     editor.SetTrapConnection(location);
 }