public void OnBuildingPartDestroyed(BuildingHurtEvent he) { this.Invoke("On_BuildingPartDestroyed", he); }
public void OnBuildingPartAttacked(BuildingHurtEvent he) { this.Invoke("On_BuildingPartAttacked", he); }