mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-11 16:18:41 +00:00
14 lines
340 B
C++
14 lines
340 B
C++
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
|
|
#include "cbase.h"
|
|
#include "gcsdk/gcsdk_auto.h"
|
|
#include "tf_lobby_server.h"
|
|
|
|
using namespace GCSDK;
|
|
|
|
//-----------------------------------------------------------------------------
|
|
void CTFGSLobby::Dump() const
|
|
{
|
|
CProtoBufSharedObjectBase::Dump( GSObj() );
|
|
}
|