Exemple #1
0
 static void OnClickConnectionEvent(ClickConnectionEvent e)
 {
     if (CanConstructOnElement(e.Connection))
     {
         ConstructRoad(e.Connection, e.Container);
     }
 }
Exemple #2
0
 void OnClickConnection(ClickConnectionEvent e)
 {
     if (e.Connection.Object == null)
     {
         SelectionHandler.UnselectSingle(this);
     }
 }