AcManager.Tools.Helpers.SteamProfile.SteamProfile C# (CSharp) 메소드

SteamProfile() 개인적인 메소드

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

Same methods

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