AdvancedLauncher.SDK.Model.Config.Profile.Profile C# (CSharp) Method

Profile() public method

Initializes a new Profile instance
public Profile ( ) : System
return System
        public Profile()
        {
            this.Guid = System.Guid.NewGuid().ToString();
            this.Rotation = new RotationData();
            this.News = new NewsData();
            this.GameModel = new GameModel();
        }

Same methods

Profile::Profile ( Profile p ) : System