public static void Initialize(string forced = null) { if (Instance != null) { throw new Exception(@"Already initialized"); } Instance = new SteamIdHelper(forced); }
public static SteamIdHelper Initialize(string forced = null) { if (Instance != null) throw new Exception(@"Already initialized"); return Instance = new SteamIdHelper(forced); }