コード例 #1
0
 public UIActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #2
0
 public DefaultActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #3
0
 public PlayerActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #4
0
 public GameplayActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #5
0
ファイル: Game Controls.cs プロジェクト: eMsylf/Havocraft
 public ToContinueActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #6
0
 public CameraActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #7
0
 public GameStateActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #8
0
 public KeyboardActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #9
0
 public CityBuildingActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #10
0
 public MainMenuActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #11
0
 public EscapeToQuitActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #12
0
 public ZG_MainActions(@GameControls wrapper)
 {
     m_Wrapper = wrapper;
 }