Exemplo n.º 1
0
 public ContActions(@Control wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 2
0
 public LocomotionActions(@Control wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 3
0
 public ActionMapActions(@Control wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 4
0
 public GameplayActions(@Control wrapper)
 {
     m_Wrapper = wrapper;
 }