feat(battle-engine): AOT/SFB/Steam/DisallowMultiple + FriendDataBase.SetPlayerData

Clears the last type+header frontier (RoomInviteFriendColum override). Per F3 this
unmasks the remaining View/UI/god-object member bodies (~8k) -- the next grind is
pure member-surface growth, closure (~3242 files) now essentially complete.
This commit is contained in:
gamer147
2026-06-05 20:40:33 -04:00
parent 0455ff649e
commit 3dcd53933a
3 changed files with 21 additions and 1 deletions

View File

@@ -49,8 +49,20 @@ namespace Steamworks
public sealed class Callback<T> { }
// Microtransaction auth response struct (referenced as a callback type arg).
public struct MicroTxnAuthorizationResponse_t { }
// Steam warning-message hook delegate (referenced as a type only).
public delegate void SteamAPIWarningMessageHook_t(int severity, System.Text.StringBuilder debugText);
}
// AOT P/Invoke callback attribute (IL2CPP) + StandaloneFileBrowser anchor.
namespace AOT
{
public sealed class MonoPInvokeCallbackAttribute : System.Attribute
{
public MonoPInvokeCallbackAttribute(System.Type type) { }
}
}
namespace SFB { internal class _ShimAnchor { } }
// ---- third-party SDK namespace anchors (referenced via `using`) ----
namespace Facebook { internal class _ShimAnchor { } }
namespace Facebook.Unity { internal class _ShimAnchor { } }