public BotActionsActions(@PlayerActionControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public LandActions(@PlayerActionControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public InterfaceActions(@PlayerActionControls wrapper)
 {
     m_Wrapper = wrapper;
 }