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