redseiko
redseiko
I was able to get this property using reflection (which isn't great)... ``` static SteamId GetSteamId() { object steamGameServer = typeof(SteamServer) .GetProperty( "Internal", System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.NonPublic) .GetValue(null); return (SteamId) steamGameServer...
Er... I think it was another guy for that PR and not me lol...
That one is related to BuildExpansion I believe (I'm also having the same offset issue with it).