This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
//////////////////////////////////////////////////////////////////////
//
// Crytek Source code
// Copyright (c) Crytek 2001-2004
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include <IEntitySystem.h>
#include "XSystemBase.h"
//////////////////////////////////////////////////////////////////////////
CEntityStreamData::CEntityStreamData()
{
m_bSpawn=false;
}
//////////////////////////////////////////////////////////////////////////
CEntityStreamData::~CEntityStreamData()
{
}