// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\GameObjMgr.cs using System.Collections.Generic; using UnityEngine; using Wizard; public partial class GameObjMgr { public GameObjMgr(GameObject GameObj) { } public void DisposeUIGameObj() { } public GameObject AddUIContainerChildPrefab(string str) => default!; public GameObject AddUIManagerRootChildPrefab(string str) => default!; public GameObject GetUIContainer() => default!; public Camera GetUIContainerCam() => default!; public GameObject GetSubUIContainer() => default!; }