Files @ a1943cb579fc
Branch filter:

Location: menu.hg/Source/CardinalMenu/EmptyClass.h

tdelude
fixed online session not destroying session when client loses connection to server, fixed online session not destroying itself when client returns to main menu
// Fill out your copyright notice in the Description page of Project Settings.

#pragma once

/**
 * 
 */
class CARDINALMENU_API EmptyClass
{
public:
	EmptyClass();
	~EmptyClass();
};