예제 #1
0
 void OnRepairBuildingEvent(RepairBuildingEvent e)
 {
 }
예제 #2
0
 void OnRepairBuildingEvent(RepairBuildingEvent e)
 {
     if (e.Building == this)
     {
     }
 }