Example #1
0
 public void Interact(PlayerController pc, int flag)
 {
     if (m_audio != null)
     {
         m_audio.Play();
     }
     if (m_driven != null)
     {
         m_driven.Drive(this, flag);
     }
 }