Exemplo n.º 1
0
 public PlayerMainActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 2
0
 public PlayerControlsActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 3
0
 public ShooterActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 4
0
 public MenusActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 5
0
 public CatchFruitActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 6
0
 public CrossRoadActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 7
0
 public GameActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 8
0
 public UIActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 9
0
 public CharacterActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 10
0
 public EndScreenActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }
Exemplo n.º 11
0
 public GameWindowsActions(@Player wrapper)
 {
     m_Wrapper = wrapper;
 }