Ejemplo n.º 1
0
 public void Emit(RocketEventsTypes type)
 {
     if (OnRocketAction != null)
     {
         OnRocketAction(type);
     }
 }
Ejemplo n.º 2
0
 private void Workshop_OnRocketAction(RocketEventsTypes type)
 {
     btn.interactable = type == RocketEventsTypes.Ready;
 }