public UIActions(@GeneralInput wrapper)
 {
     m_Wrapper = wrapper;
 }
 public KeyboardInputActions(@GeneralInput wrapper)
 {
     m_Wrapper = wrapper;
 }
 public MouseInputActions(@GeneralInput wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #4
0
 public PlayerActions(@GeneralInput wrapper)
 {
     m_Wrapper = wrapper;
 }