feat(battle-engine): final type-frontier residual (Story/Title/Friend stubs, SDK anchors, Unity AndroidJavaObject/WebCamTexture)

Clears the last CS0246/CS0234 type frontier; per F3 this unmasks the AI-subsystem
member bodies (~9k member-level errors) -- next grind is extension copies + god-object
member growth.
This commit is contained in:
gamer147
2026-06-05 20:34:49 -04:00
parent 824309ec44
commit c3bd39f2cb
3 changed files with 48 additions and 1 deletions

View File

@@ -47,4 +47,14 @@ namespace Steamworks
{
// Steam callback wrapper (engine only references the type).
public sealed class Callback<T> { }
// Microtransaction auth response struct (referenced as a callback type arg).
public struct MicroTxnAuthorizationResponse_t { }
}
// ---- third-party SDK namespace anchors (referenced via `using`) ----
namespace Facebook { internal class _ShimAnchor { } }
namespace Facebook.Unity { internal class _ShimAnchor { } }
namespace RedShellSDK { internal class _ShimAnchor { } }
namespace ZXing { internal class _ShimAnchor { } }
namespace ZXing.QrCode { internal class _ShimAnchor { } }
namespace ZXing.QrCode.Internal { internal class _ShimAnchor { } }