Example #1
0
 public void StopLocomotion(EVRA_Pointer signalPointer)
 {
     if (m_Pointer == signalPointer)
     {
         StopLocomotion();
     }
 }
Example #2
0
 public void SetPointer(EVRA_Pointer newPointer)
 {
     m_Pointer = newPointer;
 }