hl2sdk/game/shared/tf/tf_lobby_server.cpp
2025-02-19 18:36:16 -05:00

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() );
}