public SoundsActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #2
0
 public PlayerMovementActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #3
0
 public GameplayActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #4
0
 public PlayerKeyboardActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public LandActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public OverworldActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #7
0
 public InGameActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public StandardActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public TouchActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #10
0
 public CombatActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public WaterDispenserActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public DefaultActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #13
0
 public AttackActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public OptionModeActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public ShootingActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #16
0
 public UserInterfaceActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public BaseActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public ShipActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #19
0
 public CameraActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #20
0
 public CharacteractionsActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #21
0
 public PlayerGamepadActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #22
0
 public OrdersActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #23
0
 public GunGuyActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #24
0
 public ConstructionActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #25
0
 public PauseNavigationActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #26
0
 public JoinActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #27
0
 public PlayerActionsActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public DialogActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
Beispiel #29
0
 public MenuActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }
 public ViewActions(@PlayerControls wrapper)
 {
     m_Wrapper = wrapper;
 }