예제 #1
0
 public PlayerActions(@PlayerControlls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public KeyboardMouseActions(@PlayerControlls wrapper)
 {
     m_Wrapper = wrapper;
 }