AcManager.Tools.Helpers.SteamProfile.SteamProfile C# (CSharp) Method

SteamProfile() private method

private SteamProfile ( ) : System
return System
        private SteamProfile() {
            SteamId = null;
            _profileName = ToolsStrings.Common_None;
        }

Same methods

SteamProfile::SteamProfile ( [ steamId, string profileName = null ) : System
SteamProfile