예제 #1
0
 public void OnBuildingPartDestroyed(BuildingHurtEvent he)
 {
     this.Invoke("On_BuildingPartDestroyed", he);
 }
예제 #2
0
 public void OnBuildingPartAttacked(BuildingHurtEvent he)
 {
     this.Invoke("On_BuildingPartAttacked", he);
 }