예제 #1
0
 public GameplayActions(@PlayerInputCustom wrapper)
 {
     m_Wrapper = wrapper;
 }
예제 #2
0
 public UIActions(@PlayerInputCustom wrapper)
 {
     m_Wrapper = wrapper;
 }