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,15 @@
|
||||
#ifndef _INCLUDED_ASW_QUEEN_RETREAT_SPOT_H
|
||||
#define _INCLUDED_ASW_QUEEN_RETREAT_SPOT_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "baseentity.h"
|
||||
|
||||
class CASW_Queen_Retreat_Spot : public CPointEntity
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CASW_Queen_Retreat_Spot, CPointEntity );
|
||||
DECLARE_DATADESC();
|
||||
};
|
||||
#endif /* _INCLUDED_ASW_QUEEN_RETREAT_SPOT_H */
|
||||
Reference in New Issue
Block a user