// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.RoomMatch\RoomConnectController.cs using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Convention; using Cute; using LitJson; using UnityEngine; using Wizard.ErrorDialog; namespace Wizard.RoomMatch { public partial class RoomConnectController { public partial class InitializeParameter { public string RoomId { get; set; } public PositionMode PositionModeType { get; set; } public BattleParameter BattleParameterInstance { get; set; } public ConventionInfo ConventionInfo { get; set; } public bool IsPermitFriendWatch { get; set; } public bool IsPermitGuildWatch { get; set; } public bool IsConvention { get; set; } public bool IsEnableConventionRematch { get; set; } public bool IsEnableTurnSelect { get; set; } public bool IsGuildChatPost { get; set; } public bool IsGathering { get; set; } public GatheringAutoJoinTaskInfo GatheringAutoJoinTaskInfo { get; set; } public InitializeParameter(PositionMode positionMode, BattleParameter battleParameter, string roomId) { } } } }