Exemplo n.º 1
0
 public void SwitchInteractOff()
 {
     m_CurrentInteractSystem = m_NoInteractSystem;
 }
Exemplo n.º 2
0
 public void SwitchInteractOn()
 {
     m_CurrentInteractSystem = m_InteractSystem;
 }