Example #1
0
 internal void SetState(TrafficLightStateBase state)
 {
     if (state != null)
     {
         this.state = state;
     }
 }
Example #2
0
 internal void SetState(TrafficLightStateBase state)
 {
     if (state != null)
     {
         this.state = state;
     }
 }