Exemple #1
0
 public PlayerActions(@PlayerControll wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemple #2
0
 public GameplayActions(@PlayerControll wrapper)
 {
     m_Wrapper = wrapper;
 }