gbrainy.Core.Main.PlayerHistory.PlayerHistory C# (CSharp) Method

PlayerHistory() public method

public PlayerHistory ( ) : System
return System
        public PlayerHistory()
        {
            ConfigPath = Path.Combine (Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData),
                 Defines.CONFIG_DIR);
            last_game = -1;
        }