Example #1
0
 void OnMouseUpAsButton()
 {
     //we don't need an instance here, because this function is static
     SwitchManager.SendSignal(cachedTransform.position, connectedGrid);
 }