gbrainy.Core.Main.PlayerHistory.PlayerHistory C# (CSharp) 메소드

PlayerHistory() 공개 메소드

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