// MNetworkIncludeByName = m_iTeamNum
// MNetworkVarNames = int m_iLane
class CAssignedLaneParticle : public CBaseModelEntity
{
public:
    // MNetworkEnable
    int32 m_iLane;
};