mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 14:39:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user