BalloonsPop.Highscore.HighscoreHandlingStrategies.JsonHandlingStrategy.JsonHandlingStrategy C# (CSharp) Method

JsonHandlingStrategy() public method

Initializes a new instance of the JsonHandlingStrategy class.
public JsonHandlingStrategy ( string fileName ) : System
fileName string The name of the file to be used for loading and saving.
return System
        public JsonHandlingStrategy(string fileName)
        {
            this.FileName = fileName;
        }