gbrainy.Core.Main.PlayerHistory.PlayerHistory C# (CSharp) Méthode

PlayerHistory() public méthode

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