Skip to content

Instantly share code, notes, and snippets.

View meanpixel-mbr's full-sized avatar

Michael Brotrück meanpixel-mbr

  • meanpixel
  • Germany
View GitHub Profile
@meanpixel-mbr
meanpixel-mbr / EOSPseudoCode.cs
Created October 21, 2021 22:06
Pseudo Code Listing of Connecting, Logging In, and Listing Friends with EOS SDK
PlatformInterface.Initialize();
var interface = PlatformInterface.Create();
// Aufruf WebBrowser, Epic Kontovlogin zulassen
interface.GetAuthInterface().Login(callback => {
var userId = callback.LocalUserId;