public PlayerInterfaceInputActions(@PlayerContActions wrapper)
 {
     m_Wrapper = wrapper;
 }
 public PlayerActiveInputActions(@PlayerContActions wrapper)
 {
     m_Wrapper = wrapper;
 }