protected void OnPickedUpBrick(object sender, PickedUpBrickEventArgs data) { if (PickedUpBrick != null) { PickedUpBrick(this, data); } }