mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef _INCLUDED_ASW_TECH_MARINE_REQ_H
|
||||
#define _INCLUDED_ASW_TECH_MARINE_REQ_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "baseentity.h"
|
||||
// Hold debriefing messages
|
||||
|
||||
class CASW_Tech_Marine_Req : public CLogicalEntity
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CASW_Tech_Marine_Req, CLogicalEntity );
|
||||
DECLARE_DATADESC();
|
||||
|
||||
virtual void Spawn();
|
||||
void InputDisableTechMarineReq( inputdata_t &inputdata );
|
||||
void InputEnableTechMarineReq( inputdata_t &inputdata );
|
||||
};
|
||||
|
||||
#endif /* _INCLUDED_ASW_TECH_MARINE_REQ_H */
|
||||
Reference in New Issue
Block a user