upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462900 additions and 495155 deletions
+24
View File
@@ -0,0 +1,24 @@
#ifndef _INCLUDED_ASW_TUTORIAL_SPAWNING_H
#define _INCLUDED_ASW_TUTORIAL_SPAWNING_H
#ifdef _WIN32
#pragma once
#endif
class CASW_TutorialStartPoint : public CPointEntity
{
public:
DECLARE_DATADESC();
DECLARE_CLASS( CASW_TutorialStartPoint, CPointEntity );
private:
int m_iMarineSlot;
int m_iSaveStage;
public:
static CASW_TutorialStartPoint* GetTutorialStartPoint(int iMarineSlot);
static int GetTutorialSaveStage();
};
#endif // _INCLUDED_ASW_TUTORIAL_SPAWNING_H