Exemple #1
0
 public PlayerActions(@PlayerAction wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemple #2
0
 public StageSelectActions(@PlayerAction wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemple #3
0
 public WeaponMenuActions(@PlayerAction wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemple #4
0
 public GameplayActions(@PlayerAction wrapper)
 {
     m_Wrapper = wrapper;
 }
 public GeneralActions(@PlayerAction wrapper)
 {
     m_Wrapper = wrapper;
 }
 public MovementsActions(@PlayerAction wrapper)
 {
     m_Wrapper = wrapper;
 }