Ejemplo n.º 1
0
 public PlayerActions(@PlayerControlls wrapper)
 {
     m_Wrapper = wrapper;
 }
Ejemplo n.º 2
0
 public KeyboardMouseActions(@PlayerControlls wrapper)
 {
     m_Wrapper = wrapper;
 }