Update ISource2GameEntities

This commit is contained in:
number201724 2025-09-08 20:42:44 +08:00
parent 7d74dffa8e
commit fbc1f8b478
No known key found for this signature in database

View File

@ -484,7 +484,7 @@ public:
//-----------------------------------------------------------------------------
// Purpose: Interface to get at server entities
//-----------------------------------------------------------------------------
abstract_class ISource2GameEntities : public IAppSystem //, public IEntityListener
abstract_class ISource2GameEntities : public IAppSystem
{
public:
virtual Reset( bool bDestroyAndDelete = false ) = 0;