public UIActions(@Game_Inputs wrapper)
 {
     m_Wrapper = wrapper;
 }
 public PlayerActions(@Game_Inputs wrapper)
 {
     m_Wrapper = wrapper;
 }