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